Go to the documentation of this file.
62 #ifdef HAL_TIMER_MODULE_ENABLED
85 #if (APP_DRIVER_CHIP_TYPE == APP_DRIVER_GR5332X)
108 #ifdef APP_DRIVER_WAKEUP_CALL_FUN
197 #if (APP_DRIVER_CHIP_TYPE == APP_DRIVER_GR5332X)
app_tim_id_t
TIM module Enumerations definition.
app_tim_evt_handler_t evt_handler
uint16_t app_tim_stop(app_tim_id_t id)
Stops the TIM counter in interrupt mode.
TIMER init Structure definition.
app_tim_state_t tim_state
app_tim_evt_t
TIM event Enumerations definition.
This file contains all the functions prototypes for the HAL module driver.
TIM parameters structure definition.
uint16_t app_tim_start(app_tim_id_t id)
Starts the TIM counter in interrupt mode.
uint16_t app_tim_deinit(app_tim_id_t id)
De-initialize the APP TIM DRIVER peripheral.
uint16_t app_tim_init(app_tim_params_t *p_params, app_tim_evt_handler_t evt_handler)
Initialize the APP TIM DRIVER according to the specified parameters in the app_tim_params_t and app_t...
TIMER handle Structure definition.
void(* app_tim_evt_handler_t)(app_tim_evt_t *p_evt)
TIM event callback definition.
timer_handle_t * app_tim_get_handle(app_tim_id_t id)
Return the TIM handle.
Header file of app driver error code.
Header file of app driver config code.
TIM device structure definition.
app_tim_state_t
App tim state types.