Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_eeprom_ctrl_v1.h60 #define MEC_EEPROM_CTRL_INTR_EN_ERROR_Pos (1UL) /*!< ERROR (Bit 1) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_eeprom.c63 regs->INTR_EN |= MEC_BIT(MEC_EEPROM_CTRL_INTR_EN_ERROR_Pos); in mec_hal_eeprom_init()
158 msk |= MEC_BIT(MEC_EEPROM_CTRL_INTR_EN_ERROR_Pos); in mec_hal_eeprom_intr_en()