Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_nxp_irtc.c45 while ((reg->STATUS & (uint16_t)RTC_STATUS_WRITE_PROT_EN_MASK) == 0) { in nxp_irtc_unlock_registers()
49 while ((reg->STATUS & (int16_t)RTC_STATUS_WRITE_PROT_EN_MASK) != 0) { in nxp_irtc_unlock_registers()