Searched refs:sys_cfg_tmr_t (Results 1 – 6 of 6) sorted by relevance
| /bsp/maxim/libraries/MAX32660PeriphDriver/Include/ |
| A D | tmr_utils.h | 81 void TMR_Delay(mxc_tmr_regs_t *tmr, unsigned long us, const sys_cfg_tmr_t *sys_cfg); 89 void TMR_TO_Start(mxc_tmr_regs_t *tmr, unsigned long us, const sys_cfg_tmr_t *sys_cfg); 130 void TMR_SW_Start(mxc_tmr_regs_t *tmr, const sys_cfg_tmr_t *sys_cfg);
|
| A D | mxc_sys.h | 158 } sys_cfg_tmr_t; typedef 297 int SYS_TMR_Init(mxc_tmr_regs_t *tmr, const sys_cfg_tmr_t* sys_cfg);
|
| A D | tmr.h | 133 int TMR_Init(mxc_tmr_regs_t *tmr, tmr_pres_t pres, const sys_cfg_tmr_t* sys_cfg);
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/Source/ |
| A D | tmr_utils.c | 50 void TMR_Delay(mxc_tmr_regs_t *tmr, unsigned long us, const sys_cfg_tmr_t *sys_cfg) in TMR_Delay() 63 void TMR_TO_Start(mxc_tmr_regs_t *tmr, unsigned long us, const sys_cfg_tmr_t *sys_cfg) in TMR_TO_Start() 157 void TMR_SW_Start(mxc_tmr_regs_t *tmr, const sys_cfg_tmr_t *sys_cfg) in TMR_SW_Start()
|
| A D | tmr.c | 50 int TMR_Init(mxc_tmr_regs_t *tmr, tmr_pres_t pres, const sys_cfg_tmr_t* sys_cfg) in TMR_Init()
|
| A D | mxc_sys.c | 424 int SYS_TMR_Init(mxc_tmr_regs_t *tmr, const sys_cfg_tmr_t* sys_cfg) in SYS_TMR_Init()
|
Completed in 16 milliseconds