Searched refs:stop_bit (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_renesas_ra_cgc.c | 33 WRITE_BIT(*mstp_regs[subsys_clk->mstp], subsys_clk->stop_bit, false); in clock_control_renesas_ra_on() 45 WRITE_BIT(*mstp_regs[subsys_clk->mstp], subsys_clk->stop_bit, true); in clock_control_renesas_ra_off()
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | renesas_ra_cgc.h | 78 uint32_t stop_bit; member
|
/Zephyr-latest/drivers/can/ |
D | can_renesas_ra.c | 1030 .stop_bit = DT_CLOCKS_CELL_BY_NAME( 1032 stop_bit)}, 1036 .stop_bit = DT_CLOCKS_CELL_BY_NAME( 1038 stop_bit)}, 1112 .stop_bit = DT_INST_CLOCKS_CELL_BY_NAME(index, dllclk, stop_bit), \
|
/Zephyr-latest/drivers/mipi_dsi/ |
D | dsi_renesas_ra.c | 304 .stop_bit = DT_INST_CLOCKS_CELL_BY_IDX(id, 0, stop_bit)}}; \
|
/Zephyr-latest/drivers/serial/ |
D | uart_b91.c | 202 uint8_t bwpc, uint8_t parity, uint8_t stop_bit) in uart_b91_init() argument 227 uart->ctrl1 |= stop_bit; in uart_b91_init()
|
D | uart_renesas_ra.c | 666 .stop_bit = DT_CLOCKS_CELL_BY_IDX(DT_INST_PARENT(n), 0, stop_bit), \
|
D | uart_esp32.c | 200 uart_stop_bits_t stop_bit; in uart_esp32_config_get() local 229 uart_hal_get_stop_bits(&data->hal, &stop_bit); in uart_esp32_config_get() 230 switch (stop_bit) { in uart_esp32_config_get()
|
/Zephyr-latest/drivers/display/ |
D | display_renesas_ra.c | 426 .stop_bit = DT_INST_CLOCKS_CELL_BY_IDX(id, 0, stop_bit)}, \
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_renesas_ra.c | 557 .stop_bit = DT_INST_CLOCKS_CELL_BY_IDX(index, 0, stop_bit), \
|
/Zephyr-latest/drivers/spi/ |
D | spi_b_renesas_ra8.c | 736 .stop_bit = DT_INST_CLOCKS_CELL_BY_NAME(index, spiclk, stop_bit), \
|