Collaboration diagram for Functions:Functions | |
| uint16_t | app_dual_tim_init (app_dual_tim_params_t *p_params, app_dual_tim_evt_handler_t evt_handler) |
| Initialize the APP DUAL TIM DRIVER according to the specified parameters in the app_dual_tim_params_t and app_dual_tim_evt_handler_t. More... | |
| uint16_t | app_dual_tim_deinit (app_dual_tim_id_t id) |
| De-initialize the APP DUAL TIM DRIVER peripheral. More... | |
| uint16_t | app_dual_tim_start (app_dual_tim_id_t id) |
| Starts the DUAL TIM counter in interrupt mode. More... | |
| uint16_t | app_dual_tim_stop (app_dual_tim_id_t id) |
| Stops the DUAL TIM counter in interrupt mode. More... | |
| dual_timer_handle_t * | app_dual_tim_get_handle (app_dual_tim_id_t id) |
| Return the DUAL TIM handle. More... | |
| uint16_t app_dual_tim_deinit | ( | app_dual_tim_id_t | id | ) |
De-initialize the APP DUAL TIM DRIVER peripheral.
| [in] | id | De-initialize for a specific ID. |
| dual_timer_handle_t* app_dual_tim_get_handle | ( | app_dual_tim_id_t | id | ) |
Return the DUAL TIM handle.
| [in] | id | DUAL TIM Channel ID. |
| uint16_t app_dual_tim_init | ( | app_dual_tim_params_t * | p_params, |
| app_dual_tim_evt_handler_t | evt_handler | ||
| ) |
Initialize the APP DUAL TIM DRIVER according to the specified parameters in the app_dual_tim_params_t and app_dual_tim_evt_handler_t.
| [in] | p_params | Pointer to app_dual_tim_params_t parameter which contains the configuration information for the specified DUAL TIM module. |
| [in] | evt_handler | DUAL TIM user callback function. |
| uint16_t app_dual_tim_start | ( | app_dual_tim_id_t | id | ) |
Starts the DUAL TIM counter in interrupt mode.
| [in] | id | which DUAL TIM module want to start. |
| uint16_t app_dual_tim_stop | ( | app_dual_tim_id_t | id | ) |
Stops the DUAL TIM counter in interrupt mode.
| [in] | id | which DUAL TIM module want to stop. |