Hardware Abstraction Layer (HAL)
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
mtb_hal_timer_t Struct Reference

Description

Timer object.

Application code should not rely on the specific contents of this struct. They are considered an implementation detail which is subject to change between platforms and/or HAL releases.

Data Fields

mtb_hal_tcpwm_t tcpwm
 Shared TCPWM data structure.
 
_mtb_hal_event_callback_data_t callback_data
 User-registered callback.
 
uint32_t callback_event
 Event requested.
 

Field Documentation

◆ tcpwm

mtb_hal_tcpwm_t mtb_hal_timer_t::tcpwm

Shared TCPWM data structure.

◆ callback_data

_mtb_hal_event_callback_data_t mtb_hal_timer_t::callback_data

User-registered callback.

◆ callback_event

uint32_t mtb_hal_timer_t::callback_event

Event requested.