![]() |
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_uart1 |
| ISR | ( | UART1_RECEIVE_INTERRUPT | ) |
Definition at line 18 of file uart1.h.
| ISR | ( | UART1_TRANSMIT_INTERRUPT | , |
| ISR_NOBLOCK | |||
| ) |
Definition at line 30 of file uart1.h.
| zrtos_error_t zrtos_vfs_module_avr_uart1__on_mount | ( | zrtos_vfs_dentry_t * | thiz | ) |
Definition at line 42 of file uart1.h.
| zrtos_error_t zrtos_vfs_module_avr_uart1__on_umount | ( | zrtos_vfs_dentry_t * | thiz | ) |
| zrtos_error_t zrtos_vfs_module_avr_uart1__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 uart1.h.
| zrtos_vfs_module_uart_inode_t* zrtos_vfs_module_avr_uart1 |