Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_eeprom.c67 regs->MODE |= MEC_BIT(MEC_EEPROM_CTRL_MODE_ACTV_Pos); in mec_hal_eeprom_init()
102 regs->MODE |= MEC_BIT(MEC_EEPROM_CTRL_MODE_ACTV_Pos); in mec_hal_eeprom_activate()
104 regs->MODE &= (uint32_t)~MEC_BIT(MEC_EEPROM_CTRL_MODE_ACTV_Pos); in mec_hal_eeprom_activate()
/hal_microchip-latest/mec5/devices/common/
Dmec5_eeprom_ctrl_v1.h39 #define MEC_EEPROM_CTRL_MODE_ACTV_Pos (0UL) /*!< ACTV (Bit 0) … macro