Home
last modified time | relevance | path

Searched refs:time (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/cc23x0/
Dhal_cc23x0.c198 void hal_setup_setup_time(uint32_t time) in hal_setup_setup_time() argument
202 HWREG(SYSTIM_BASE + SYSTIM_O_CH2CC) = time; in hal_setup_setup_time()
211 void hal_setup_start_time(uint32_t time) in hal_setup_start_time() argument
215 HWREG(SYSTIM_BASE + SYSTIM_O_CH2CC) = time; in hal_setup_start_time()
219 void hal_setup_hard_stop_time(uint32_t time) in hal_setup_hard_stop_time() argument
223 HWREG(SYSTIM_BASE + SYSTIM_O_CH2CC) = time; in hal_setup_hard_stop_time()
237 void hal_setup_graceful_stop_time(uint32_t time) in hal_setup_graceful_stop_time() argument
240 HWREG(SYSTIM_BASE + SYSTIM_O_CH3CC) = time; in hal_setup_graceful_stop_time()