Searched refs:CNTBASE_P_CTL_ENABLE (Results 1 – 3 of 3) sorted by relevance
28 #define CNTBASE_P_CTL_ENABLE UINT32_C(0x00000001) macro62 cntp_ctl |= CNTBASE_P_CTL_ENABLE; in enable()73 cntp_ctl &= ~CNTBASE_P_CTL_ENABLE; in disable()
87 #define CNTBASE_P_CTL_ENABLE UINT32_C(0x00000001) macro
76 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