Layer providing compatibility with the former API. More...
Macros |
|
| #define | NRF_DRV_TIMER_INSTANCE NRFX_TIMER_INSTANCE |
|
Macro for forwarding the new implementation.
|
|
| #define | NRF_DRV_TIMER_DEFAULT_CONFIG NRFX_TIMER_DEFAULT_CONFIG |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_timer_event_handler_t nrfx_timer_event_handler_t |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_init nrfx_timer_init |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_uninit nrfx_timer_uninit |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_enable nrfx_timer_enable |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_disable nrfx_timer_disable |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_is_enabled nrfx_timer_is_enabled |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_pause nrfx_timer_pause |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_resume nrfx_timer_resume |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_clear nrfx_timer_clear |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_increment nrfx_timer_increment |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_capture nrfx_timer_capture |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_capture_get nrfx_timer_capture_get |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_compare nrfx_timer_compare |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_extended_compare nrfx_timer_extended_compare |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_us_to_ticks nrfx_timer_us_to_ticks |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_ms_to_ticks nrfx_timer_ms_to_ticks |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_compare_int_enable nrfx_timer_compare_int_enable |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_compare_int_disable nrfx_timer_compare_int_disable |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_task_address_get nrfx_timer_task_address_get |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_capture_task_address_get nrfx_timer_capture_task_address_get |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_event_address_get nrfx_timer_event_address_get |
|
Macro for forwarding the new implementation.
|
|
| #define | nrf_drv_timer_compare_event_address_get nrfx_timer_compare_event_address_get |
|
Macro for forwarding the new implementation.
|
|
Typedefs |
|
| typedef nrfx_timer_t | nrf_drv_timer_t |
|
Type definition for forwarding the new implementation.
|
|
| typedef nrfx_timer_config_t | nrf_drv_timer_config_t |
|
Type definition for forwarding the new implementation.
|
|
Detailed Description
Layer providing compatibility with the former API.