Searched refs:STATUS_WIP_BIT (Results 1 – 1 of 1) sorted by relevance
42 static const uint32_t STATUS_WIP_BIT = (1 << 0); variable86 return (status_value & STATUS_WIP_BIT) == 0; in spiflash_is_ready()