Searched refs:addr_in_4_byte (Results 1 – 2 of 2) sorted by relevance
373 flash->addr_in_4_byte = false; in hardware_init()434 cmd_size = flash->addr_in_4_byte ? 5 : 4; in sfud_read()561 cmd_size = flash->addr_in_4_byte ? 5 : 4;643 cmd_size = flash->addr_in_4_byte ? 5 : 4;735 cmd_size = flash->addr_in_4_byte ? 5 : 4;949 flash->addr_in_4_byte = enabled ? true : false;1004 len = flash->addr_in_4_byte ? 4 : 3;
275 bool addr_in_4_byte; /**< flash is in 4-Byte addressing */ member
Completed in 5 milliseconds