Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/flash/
Dspi_nor.h111 #define SPI_NOR_IS_ALIGNED(_ofs, _bits) (((_ofs) & BIT_MASK(_bits)) == 0) argument
112 #define SPI_NOR_IS_SECTOR_ALIGNED(_ofs) SPI_NOR_IS_ALIGNED(_ofs, 12) argument
Dnrf_qspi_nor.c221 #define QSPI_IS_SECTOR_ALIGNED(_ofs) (((_ofs) & (QSPI_SECTOR_SIZE - 1U)) == 0) argument
222 #define QSPI_IS_BLOCK_ALIGNED(_ofs) (((_ofs) & (QSPI_BLOCK_SIZE - 1U)) == 0) argument