Intel® Quark™ Microcontroller Software Interface  1.4.0
Intel® Quark™ Microcontroller BSP
qm_aonpt_config_t Struct Reference

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...
 

Detailed Description

QM Always-on Periodic Timer configuration type.

Definition at line 40 of file qm_aon_counters.h.

Field Documentation

void(* qm_aonpt_config_t::callback)(void *data)

User callback.

Parameters
[in]dataUser 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().