Home
last modified time | relevance | path

Searched refs:ccr0_temp (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_sci_b_uart/
Dr_sci_b_uart.c1542 uint32_t ccr0_temp = p_ctrl->p_reg->CCR0; in sci_b_uart_txi_isr() local
1543 ccr0_temp |= R_SCI_B0_CCR0_TEIE_Msk; in sci_b_uart_txi_isr()
1544 ccr0_temp &= (uint32_t) ~(R_SCI_B0_CCR0_TIE_Msk); in sci_b_uart_txi_isr()
1545 p_ctrl->p_reg->CCR0 = ccr0_temp; in sci_b_uart_txi_isr()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c1619 uint32_t ccr0_temp = p_instance_ctrl->p_reg->CCR0; in sci_uart_txi_common() local
1620 ccr0_temp |= SCI_UART_CCR0_TEIE_MASK; in sci_uart_txi_common()
1621 ccr0_temp &= (uint32_t) ~SCI_UART_CCR0_TIE_MASK; in sci_uart_txi_common()
1622 p_instance_ctrl->p_reg->CCR0 = ccr0_temp; in sci_uart_txi_common()