Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_pcr_v2.h69 #define MEC_PCR_OID_PLL_LOCK_Pos (8UL) /*!< PLL_LOCK (Bit 8) … macro
Dmec5_pcr_v2_1.h73 #define MEC_PCR_OID_PLL_LOCK_Pos (8UL) /*!< PLL_LOCK (Bit 8) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_pcr.c180 if (MEC_PCR->OID & MEC_BIT(MEC_PCR_OID_PLL_LOCK_Pos)) { in mec_hal_pcr_is_pll_locked()