|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | esp_vfs_eventfd_config_t |
Macros | |
| #define | EFD_SUPPORT_ISR (1 << 4) |
| #define | ESP_VFS_EVENTD_CONFIG_DEFAULT() (esp_vfs_eventfd_config_t){ .max_fds = 5 } |
Typedefs | |
| typedef uint64_t | eventfd_t |
Functions | |
| esp_err_t | esp_vfs_eventfd_register (const esp_vfs_eventfd_config_t *config) |
| esp_err_t | esp_vfs_eventfd_unregister (void) |
| int | eventfd (unsigned int initval, int flags) |
| #define EFD_SUPPORT_ISR (1 << 4) |
| #define ESP_VFS_EVENTD_CONFIG_DEFAULT | ( | ) | (esp_vfs_eventfd_config_t){ .max_fds = 5 } |
| esp_err_t esp_vfs_eventfd_register | ( | const esp_vfs_eventfd_config_t * | config | ) |
| esp_err_t esp_vfs_eventfd_unregister | ( | void | ) |
| int eventfd | ( | unsigned int | initval, |
| int | flags | ||
| ) |