Configuration object for async_context_threadsafe_background instances. More...
#include <async_context_threadsafe_background.h>
Data Fields | |
uint8_t | low_priority_irq_handler_priority |
alarm_pool_t * | custom_alarm_pool |
Configuration object for async_context_threadsafe_background instances.
alarm_pool_t* async_context_threadsafe_background_config::custom_alarm_pool |
a specific alarm pool to use (or NULL to use ta default)
The default alarm pool used is the "default alarm pool" (see alarm_pool_get_default()) if available, and if that is on the same core, otherwise a private alarm_pool instance created during initialization.
uint8_t async_context_threadsafe_background_config::low_priority_irq_handler_priority |
the priority of the low priority IRQ