OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectoraddress
(Results
1 - 1
of
1
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
m24lr64e.cxx
143
unsigned int
sectorAddress
= SECTOR_SECURITY_STATUS_BASE_ADDR
146
uint8_t preStatus = EEPROM_Read_Byte(
sectorAddress
);
151
writeByte(
sectorAddress
,preStatus&(~(1<<sectorBit)));
153
writeByte(
sectorAddress
,preStatus|(1<<sectorBit));
Completed in 256 milliseconds