![]() |
BLE5.2 1.0
开发文档说明
|
Target xc timer driver implementation 更多...
函数 | |
| void | xc_timer_init (uint8_t reg_idx, Timer_InitCfg_t *init_cfg) |
| static uint32_t | xc_timer_us_to_ticks (uint8_t reg_idx, uint32_t us) |
| void | xc_timer_set_value (uint8_t reg_idx, uint32_t us) |
| void | xc_timer_start (uint8_t reg_idx) |
| void | xc_timer_stop (uint8_t reg_idx) |
| void | TIMER0_Handler (void) |
| void | TIMER1_Handler (void) |
| void | TIMER2_Handler (void) |
| void | TIMER3_Handler (void) |
| __WEAK void | timer0_callback (void *context) |
| __WEAK void | timer1_callback (void *context) |
| __WEAK void | timer2_callback (void *context) |
| __WEAK void | timer3_callback (void *context) |
变量 | |
| timer_handler_callback | timer_n_callback [4] |
Target xc timer driver implementation
在文件 xc_drv_timer.c 中定义.
| __WEAK void timer0_callback | ( | void * | context | ) |
在文件 xc_drv_timer.c 第 194 行定义.
| void TIMER0_Handler | ( | void | ) |
在文件 xc_drv_timer.c 第 166 行定义.
| __WEAK void timer1_callback | ( | void * | context | ) |
在文件 xc_drv_timer.c 第 196 行定义.
| void TIMER1_Handler | ( | void | ) |
在文件 xc_drv_timer.c 第 173 行定义.
| __WEAK void timer2_callback | ( | void * | context | ) |
在文件 xc_drv_timer.c 第 198 行定义.
| void TIMER2_Handler | ( | void | ) |
在文件 xc_drv_timer.c 第 180 行定义.
| __WEAK void timer3_callback | ( | void * | context | ) |
在文件 xc_drv_timer.c 第 200 行定义.
| void TIMER3_Handler | ( | void | ) |
在文件 xc_drv_timer.c 第 187 行定义.
| void xc_timer_init | ( | uint8_t | reg_idx, |
| Timer_InitCfg_t * | init_cfg | ||
| ) |
在文件 xc_drv_timer.c 第 43 行定义.
| void xc_timer_set_value | ( | uint8_t | reg_idx, |
| uint32_t | us | ||
| ) |
在文件 xc_drv_timer.c 第 145 行定义.
| void xc_timer_start | ( | uint8_t | reg_idx | ) |
在文件 xc_drv_timer.c 第 154 行定义.
| void xc_timer_stop | ( | uint8_t | reg_idx | ) |
在文件 xc_drv_timer.c 第 161 行定义.
|
static |
在文件 xc_drv_timer.c 第 84 行定义.
| timer_handler_callback timer_n_callback[4] |
在文件 xc_drv_timer.c 第 37 行定义.