Skip to main content

eeprom_unlock_busy

Function eeprom_unlock_busy 

Source
pub fn eeprom_unlock_busy(unlock: u16) -> bool
Expand description

Returns whether the EEPROM unlock register’s EEPROM_Busy flag (bit 14) is set.

This mirrors bit 12 of the configuration register.

§Arguments

  • unlock - the EEPROM_UL register.

§Returns

true while the EEPROM is programming or loading at power-up.