Searched refs:ccr0_temp (Results 1 – 2 of 2) sorted by relevance
1542 uint32_t ccr0_temp = p_ctrl->p_reg->CCR0; in sci_b_uart_txi_isr() local1543 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()
1619 uint32_t ccr0_temp = p_instance_ctrl->p_reg->CCR0; in sci_uart_txi_common() local1620 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()