![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
Go to the source code of this file.
Variables | |
| zrtos_vfs_module_uart_inode_t * | zrtos_vfs_module_avr_uart3 |
| ISR | ( | UART3_RECEIVE_INTERRUPT | ) |
Definition at line 18 of file uart3.h.
| ISR | ( | UART3_TRANSMIT_INTERRUPT | , |
| ISR_NOBLOCK | |||
| ) |
Definition at line 30 of file uart3.h.
| zrtos_error_t zrtos_vfs_module_avr_uart3__on_mount | ( | zrtos_vfs_dentry_t * | thiz | ) |
Definition at line 42 of file uart3.h.
| zrtos_error_t zrtos_vfs_module_avr_uart3__on_umount | ( | zrtos_vfs_dentry_t * | thiz | ) |
| zrtos_error_t zrtos_vfs_module_avr_uart3__on_write | ( | zrtos_vfs_file_t * | thiz, |
| char * | path, | ||
| void * | buf, | ||
| size_t | len, | ||
| zrtos_vfs_offset_t | offset, | ||
| size_t * | out | ||
| ) |
Definition at line 85 of file uart3.h.
| zrtos_vfs_module_uart_inode_t* zrtos_vfs_module_avr_uart3 |