Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_mcux_ecspi.c42 static inline uint16_t bytes_per_word(uint16_t bits_per_word) in bytes_per_word() argument
44 if (bits_per_word <= 8U) { in bytes_per_word()
47 if (bits_per_word <= 16U) { in bytes_per_word()