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

Description

Timer configurator struct.

This struct allows a configurator to provide block configuration information to the HAL. Because configurator-generated configurations are platform specific, the contents of this struct is subject to change between platforms and/or HAL releases.

Data Fields

TCPWM_Type * tcpwm_base
 Base address for the TCPWM.
 
uint32_t tcpwm_cntnum
 Counter number within the TCPWM block.
 
const mtb_hal_clock_tclock
 Default clock to use.
 

Field Documentation

◆ tcpwm_base

TCPWM_Type* mtb_hal_timer_configurator_t::tcpwm_base

Base address for the TCPWM.

◆ tcpwm_cntnum

uint32_t mtb_hal_timer_configurator_t::tcpwm_cntnum

Counter number within the TCPWM block.

◆ clock

const mtb_hal_clock_t* mtb_hal_timer_configurator_t::clock

Default clock to use.