Searched refs:CSR_TCFG_EN (Results 1 – 2 of 2) sorted by relevance
52 timer_config |= CSR_TCFG_EN; in constant_set_state_oneshot()68 timer_config &= ~CSR_TCFG_EN; in constant_set_state_oneshot_stopped()85 timer_config |= (CSR_TCFG_PERIOD | CSR_TCFG_EN); in constant_set_state_periodic()103 timer_config = delta | CSR_TCFG_EN; in constant_timer_next_event()
544 #define CSR_TCFG_EN (_ULCAST_(0x1)) macro