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_t * | clock |
Default clock to use. | |
TCPWM_Type* mtb_hal_timer_configurator_t::tcpwm_base |
Base address for the TCPWM.
uint32_t mtb_hal_timer_configurator_t::tcpwm_cntnum |
Counter number within the TCPWM block.
const mtb_hal_clock_t* mtb_hal_timer_configurator_t::clock |
Default clock to use.