#include <avr/pgmspace.h>
#include <zrtos/error.h>
#include <zrtos/types.h>
#include <zrtos/vfs_plugin.h>
Go to the source code of this file.
◆ zrtos_vfs_module_avr_progmem_inode_t
◆ zrtos_vfs_module_avr_progmem__on_read()
Definition at line 27 of file vfs/module/avr/progmem.h.
39 uint32_t addr = offset;
55 *data_ptr++ = pgm_read_byte_far(addr);
bool zrtos_types__uint32_is_valid_address_range(uint32_t first_address, uint32_t last_address, uint32_t offset, size_t *length)
void * zrtos_vfs_file__get_inode_data(zrtos_vfs_file_t *thiz)
Successful program execution status.
#define ZRTOS_TYPES__UINT32_MAX
◆ ZRTOS_VFS_PLUGIN__INIT()