Home
last modified time | relevance | path

Searched defs:SPI_NOR_IS_SECTOR_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h47 #define SPI_NOR_IS_SECTOR_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 12) macro
/Zephyr-latest/drivers/flash/
Dspi_nor.h113 #define SPI_NOR_IS_SECTOR_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 12) macro