Classes
|
Typedefs
Structures
Peripheral Driver
»
APP DRIVER
»
TIMER
Classes
struct
app_tim_params_t
TIM parameters structure definition.
More...
Typedefs
typedef void(*
app_tim_evt_handler_t
) (
app_tim_evt_t
*p_evt)
TIM event callback definition.
More...
Detailed Description
Typedef Documentation
◆
app_tim_evt_handler_t
typedef void(* app_tim_evt_handler_t) (
app_tim_evt_t
*p_evt)
TIM event callback definition.
Definition at line
104
of file
app_tim.h
.