Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_npcx_spip.c25 #define SPI_NPCX_MAX_PRESCALER_DIV INT8_MAX macro
133 if (prescaler_divider >= SPI_NPCX_MAX_PRESCALER_DIV) { in spi_npcx_spip_configure()
135 SPI_NPCX_MAX_PRESCALER_DIV); in spi_npcx_spip_configure()