Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_mcux_dspi.c259 uint32_t frame_size_bit = data->frame_size; in mcux_spi_context_data_update() local
263 if (frame_size_bit > FSL_FEATURE_DSPI_MAX_DATA_WIDTH) { in mcux_spi_context_data_update()
272 get_size_byte_by_frame_size(ctx->current_tx->len, frame_size_bit)) { in mcux_spi_context_data_update()
275 ctx->current_tx->len * 8 / frame_size_bit, in mcux_spi_context_data_update()
276 (CONFIG_MCUX_DSPI_BUFFER_SIZE * 4 / frame_size_bit)); in mcux_spi_context_data_update()
280 if (frame_size_bit == 8) { in mcux_spi_context_data_update()
302 } else if (frame_size_bit == 16) { in mcux_spi_context_data_update()