Home
last modified time | relevance | path

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

/SCP-firmware-master/module/gtimer/src/
A Dmod_gtimer.c75 ctx->hw_timer->P_CTL &= ~CNTBASE_P_CTL_IMASK; in enable()
76 ctx->hw_timer->P_CTL |= CNTBASE_P_CTL_ENABLE; in enable()
87 ctx->hw_timer->P_CTL |= CNTBASE_P_CTL_IMASK; in disable()
88 ctx->hw_timer->P_CTL &= ~CNTBASE_P_CTL_ENABLE; in disable()
A Dgtimer_reg.h77 FWK_RW uint32_t P_CTL; member

Completed in 3 milliseconds