Searched refs:stop_bit (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_renesas_ra_cgc.c | 47 WRITE_BIT(*mstp_regs[subsys_clk->mstp], subsys_clk->stop_bit, false); in clock_control_renesas_ra_on() 59 WRITE_BIT(*mstp_regs[subsys_clk->mstp], subsys_clk->stop_bit, true); in clock_control_renesas_ra_off()
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_renesas_ra.c | 318 .stop_bit = DT_CLOCKS_CELL(id, stop_bit)}, \
|
/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 | 1041 .stop_bit = DT_CLOCKS_CELL_BY_NAME(DT_INST(0, renesas_ra_canfd_global), opclk, 1042 stop_bit)}, 1045 .stop_bit = DT_CLOCKS_CELL_BY_NAME(DT_INST(0, renesas_ra_canfd_global), 1046 ramclk, stop_bit)}, 1118 .stop_bit = DT_INST_CLOCKS_CELL_BY_NAME(index, dllclk, 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_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/mipi_dsi/ |
D | dsi_renesas_ra.c | 344 .stop_bit = DT_INST_CLOCKS_CELL(id, stop_bit), \
|
/Zephyr-latest/drivers/display/ |
D | display_renesas_ra.c | 427 .stop_bit = DT_INST_CLOCKS_CELL_BY_IDX(id, 0, stop_bit)}, \
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_renesas_ra.c | 556 .stop_bit = DT_INST_CLOCKS_CELL_BY_IDX(index, 0, stop_bit), \
|
/Zephyr-latest/drivers/spi/ |
D | spi_b_renesas_ra8.c | 730 .stop_bit = DT_INST_CLOCKS_CELL_BY_NAME(index, spiclk, stop_bit), \
|