Home
last modified time | relevance | path

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

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_uart_api.h112 uint32_t write_bytes_max; member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_uart_api.h139 uint32_t write_bytes_max; member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/
H A Dr_sci_uart.c700 p_info->write_bytes_max = 0U; in R_SCI_UartInfoGet()
723 p_info->write_bytes_max = properties.transfer_length_max * p_ctrl->data_bytes; in R_SCI_UartInfoGet()
728 p_info->write_bytes_max = SCI_UART_MAX_READ_WRITE_NO_DTC; in R_SCI_UartInfoGet()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c804 p_info->write_bytes_max = SCI_UART_MAX_READ_WRITE_NO_DTC; in R_SCI_UART_InfoGet()
823 p_info->write_bytes_max = SCI_UART_DTC_MAX_TRANSFER; in R_SCI_UART_InfoGet()