Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h160 uint sectors = bytes / 4096u; in flash_devinfo_bytes_to_size() local
161 if (sectors <= 1u) { in flash_devinfo_bytes_to_size()
164 return (flash_devinfo_size_t) __builtin_ctz(sectors); in flash_devinfo_bytes_to_size()