Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_eeprom.c28 int mec_hal_eeprom_init(struct mec_eeprom_ctrl_regs *regs, uint32_t flags, uint32_t password) in mec_hal_eeprom_init() argument
48 regs->PSWD = password; in mec_hal_eeprom_init()
172 int mec_hal_eeprom_set_password(struct mec_eeprom_ctrl_regs *regs, uint32_t password) in mec_hal_eeprom_set_password() argument
178 regs->PSWD = password; in mec_hal_eeprom_set_password()
207 int mec_hal_eeprom_unlock(struct mec_eeprom_ctrl_regs *regs, uint32_t password) in mec_hal_eeprom_unlock() argument
213 regs->PSWD = password; in mec_hal_eeprom_unlock()
Dmec_eeprom_api.h62 int mec_hal_eeprom_init(struct mec_eeprom_ctrl_regs *regs, uint32_t flags, uint32_t password);
74 int mec_hal_eeprom_set_password(struct mec_eeprom_ctrl_regs *regs, uint32_t password);
76 int mec_hal_eeprom_unlock(struct mec_eeprom_ctrl_regs *regs, uint32_t password);