Skip to content

Commit 5fc18f7

Browse files
thenguyenyfduynguyenxa
authored andcommitted
drivers: uart: support DTC to running with uart asynchronous API
modify RX transfer info for sci uart reception with DTC Signed-off-by: The Nguyen <[email protected]>
1 parent 6278a03 commit 5fc18f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/ra/fsp/src/r_sci_uart/r_sci_uart.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,8 +1251,6 @@ static fsp_err_t r_sci_uart_transfer_open (sci_uart_instance_ctrl_t * const p_ct
12511251
{
12521252
transfer_info_t * p_info = p_cfg->p_transfer_rx->p_cfg->p_info;
12531253

1254-
p_info->transfer_settings_word = SCI_UART_DTC_RX_TRANSFER_SETTINGS;
1255-
12561254
err =
12571255
r_sci_uart_transfer_configure(p_ctrl, p_cfg->p_transfer_rx, (uint32_t *) &p_info->p_src,
12581256
(uint32_t) &(p_ctrl->p_reg->RDR));

0 commit comments

Comments
 (0)