Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/spi_nxp_lpspi/
Dspi_nxp_lpspi_common.c67 if (spi_cfg->slave > (LPSPI_CHIP_SELECT_COUNT - 1)) { in spi_mcux_configure()
69 LPSPI_CHIP_SELECT_COUNT - 1); in spi_mcux_configure()
Dspi_nxp_lpspi_priv.h24 #define LPSPI_CHIP_SELECT_COUNT 4 macro