Intel® Quark™ Microcontroller Software Interface
1.4.0
Intel® Quark™ Microcontroller BSP
|
QM Always-on Periodic Timer configuration type. More...
#include <qm_aon_counters.h>
Data Fields | |
uint32_t | count |
Time to count down from in clock cycles. More... | |
bool | int_en |
Enable/disable the interrupts. More... | |
void(* | callback )(void *data) |
User callback. More... | |
void * | callback_data |
Callback data. More... | |
QM Always-on Periodic Timer configuration type.
Definition at line 40 of file qm_aon_counters.h.
void(* qm_aonpt_config_t::callback)(void *data) |
User callback.
[in] | data | User defined data. |
Definition at line 49 of file qm_aon_counters.h.
Referenced by qm_aonpt_set_config().
void* qm_aonpt_config_t::callback_data |
Callback data.
Definition at line 50 of file qm_aon_counters.h.
Referenced by qm_aonpt_set_config().
uint32_t qm_aonpt_config_t::count |
Time to count down from in clock cycles.
Definition at line 41 of file qm_aon_counters.h.
Referenced by qm_aonpt_set_config().
bool qm_aonpt_config_t::int_en |
Enable/disable the interrupts.
Definition at line 42 of file qm_aon_counters.h.
Referenced by qm_aonpt_set_config().