![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
#include <avr/io.h>
#include <avr/interrupt.h>
#include <zrtos/vfs_plugin.h>
#include <zrtos/vfs/module/spi/spi.h>
Go to the source code of this file.
Variables | |
zrtos_vfs_module_spi_inode_t * | zrtos_vfs_module_avr_spi__ctx |
bool | zrtos_vfs_module_avr_spi__isr_complete = true |
ISR | ( | SPI_STC_vect | , |
ISR_NOBLOCK | |||
) |
Definition at line 41 of file avr/spi/spi.h.
void zrtos_vfs_module_avr_spi__on_interrupt | ( | ) |
Definition at line 22 of file avr/spi/spi.h.
zrtos_error_t zrtos_vfs_module_avr_spi__on_mount | ( | zrtos_vfs_dentry_t * | thiz | ) |
Definition at line 45 of file avr/spi/spi.h.
zrtos_error_t zrtos_vfs_module_avr_spi__on_umount | ( | zrtos_vfs_dentry_t * | thiz | ) |
Definition at line 53 of file avr/spi/spi.h.
zrtos_error_t zrtos_vfs_module_avr_spi__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 58 of file avr/spi/spi.h.
zrtos_vfs_module_spi_inode_t* zrtos_vfs_module_avr_spi__ctx |
Definition at line 19 of file avr/spi/spi.h.
bool zrtos_vfs_module_avr_spi__isr_complete = true |
Definition at line 20 of file avr/spi/spi.h.