Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h139 FLASH_DEVINFO_SIZE_MAX = 0xc enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c336 invalid_params_if(HARDWARE_FLASH, (uint)size > (uint)FLASH_DEVINFO_SIZE_MAX); in flash_devinfo_set_cs_size()