Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/module/rcar_arch_timer/src/
A Dmod_rcar_arch_timer.c28 #define CNTBASE_P_CTL_ENABLE UINT32_C(0x00000001) macro
62 cntp_ctl |= CNTBASE_P_CTL_ENABLE; in enable()
73 cntp_ctl &= ~CNTBASE_P_CTL_ENABLE; in disable()
/SCP-firmware-master/module/gtimer/src/
A Dgtimer_reg.h87 #define CNTBASE_P_CTL_ENABLE UINT32_C(0x00000001) macro
A Dmod_gtimer.c76 ctx->hw_timer->P_CTL |= CNTBASE_P_CTL_ENABLE; in enable()
88 ctx->hw_timer->P_CTL &= ~CNTBASE_P_CTL_ENABLE; in disable()

Completed in 4 milliseconds