Home
last modified time | relevance | path

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

/SCP-firmware-master/product/n1sdp/module/n1sdp_timer_sync/src/
A Dmod_n1sdp_timer_sync.c40 #define CNTCONTROL_CR_EN UINT32_C(0x00000001) macro
116 (CNTCONTROL_CR_EN | CNTCONTROL_CR_FCREQ); in n1sdp_timer_reset_counter()
/SCP-firmware-master/module/gtimer/src/
A Dgtimer_reg.h33 #define CNTCONTROL_CR_EN UINT32_C(0x00000001) macro
A Dmod_gtimer.c242 ctx->control->CR &= ~CNTCONTROL_CR_EN; in gtimer_control_init()
244 ctx->control->CR |= CNTCONTROL_CR_FCREQ | CNTCONTROL_CR_EN; in gtimer_control_init()
/SCP-firmware-master/product/juno/module/juno_debug/src/
A Dmod_juno_debug.c35 #define CNTCONTROL_CR_EN UINT32_C(0x00000001) macro
393 CS_CNTCONTROL->CS_CNTCR |= (CNTCONTROL_CR_EN | CNTCONTROL_CR_HDBG); in process_enable_request()
588 (CNTCONTROL_CR_EN | CNTCONTROL_CR_HDBG); in juno_debug_process_event()

Completed in 4 milliseconds