Searched refs:bit_width (Results 1 – 9 of 9) sorted by relevance
173 #define SET_BITS(reg, pos, bit_width, val) \ argument174 reg &= ~(bit_width << pos); \175 reg |= ((val & bit_width) << pos)
273 uint32_t bit_width; in dsi_mcux_attach() local369 bit_width = 16; in dsi_mcux_attach()374 bit_width = 18; in dsi_mcux_attach()377 bit_width = 24; in dsi_mcux_attach()389 if (((dsi_pixel_clk_freq * bit_width) / mdev->data_lanes) > dphy_bit_clk_freq) { in dsi_mcux_attach()
102 .bit_width = NRF_TIMER_BIT_WIDTH_32, in feedback_edge_counter_setup()135 .bit_width = NRF_TIMER_BIT_WIDTH_32, in feedback_relative_timer_setup()
55 .bit_width = NRF_TIMER_BIT_WIDTH_32, in feedback_init()
402 uint32_t bit_width = spi_width; in transceive() local404 if (bit_width > SPI_BIT_WIDTH_16_BITS) { in transceive()405 bit_width = ((bit_width + 1) >> 2) - 5; in transceive()408 p_spi_reg->SPCMD[0] |= bit_width << 8; in transceive()512 data->spi.bit_width = spi_width; in ra_spi_retransmit()
469 data->spi.bit_width = spi_width; in ra_spi_retransmit()
83 nrf_timer_bit_width_t bit_width; member356 nrf_timer_bit_width_set(reg, config->bit_width); in init_timer()505 .bit_width = (DT_INST_PROP(idx, max_bit_width) == 32) ? \
255 adc_digi_pattern_config->bit_width = seq->resolution; in adc_esp32_fill_digi_pattern()
810 tmr_config.bit_width = NRF_TIMER_BIT_WIDTH_32; in uarte_nrfx_rx_counting_init()