Searched refs:temp_value (Results 1 – 3 of 3) sorted by relevance
373 ioport_size_t temp_value; in R_IOPORT_PortWrite() local386 temp_value = (ioport_size_t) (R_PORT_NSR->P[port_num] & (~mask)); in R_IOPORT_PortWrite()389 R_PORT_NSR->P[port_num] = (uint8_t) (temp_value | (value & mask)); in R_IOPORT_PortWrite()410 temp_value = (ioport_size_t) (p_ioport_regs->P[port_num] & (~write_mask)); in R_IOPORT_PortWrite()413 p_ioport_regs->P[port_num] = (uint8_t) (temp_value | (value & write_mask)); in R_IOPORT_PortWrite()424 temp_value = (ioport_size_t) (p_ioport_regs->P[port_num] & (~write_mask)); in R_IOPORT_PortWrite()427 p_ioport_regs->P[port_num] = (uint8_t) (temp_value | (value & write_mask)); in R_IOPORT_PortWrite()566 uint16_t temp_value = in R_IOPORT_PortDirectionSet() local568 p_ioport_regs->PM[port_num] = temp_value | set_bits; in R_IOPORT_PortDirectionSet()581 uint16_t temp_value = in R_IOPORT_PortDirectionSet() local[all …]
30 uint32_t temp_value = 0; in hw_gcm_calculation() local105 temp_value = Jn[15 - iLoop]; in hw_gcm_calculation()106 if (temp_value != 0xFF) // NOLINT(readability-magic-numbers) in hw_gcm_calculation()165 temp_value = 0; in hw_gcm_calculation()170 temp_value = temp_len * 8; in hw_gcm_calculation()171 temp_value <<= 8; in hw_gcm_calculation()172 temp_value |= R_AES_AESDCNTL_BIT_4; in hw_gcm_calculation()176 R_AES_B->AESDCNTL = ((uint16_t) temp_value | R_AES_AESDCNTL_BIT_5); in hw_gcm_calculation()224 temp_value = Jn[15 - iLoop]; in hw_gcm_calculation()225 if (temp_value == 0xFF) // NOLINT(readability-magic-numbers) in hw_gcm_calculation()
619 ioport_size_t temp_value; in R_IOPORT_PortEventOutputWrite()649 temp_value = p_ioport_regs->PDBF[portgroup].ELC_PDBF; in R_IOPORT_PortEventOutputWrite()650 temp_value &= (ioport_size_t) (~mask_value); in R_IOPORT_PortEventOutputWrite()652 p_ioport_regs->PDBF[portgroup].ELC_PDBF = (uint8_t) (temp_value | event_data); in R_IOPORT_PortEventOutputWrite()1193 uint8_t temp_value = 0x00; in r_ioport_event_config()1214 temp_value = p_ioport_regs->ELC_PEL[event_num] & IOPORT_PRV_ELC_PEL_MASK; in r_ioport_event_config()1219 temp_value |= 1U << R_GPIO_ELC_PEL_PSP_Pos; in r_ioport_event_config()1223 temp_value |= 1U << (R_GPIO_ELC_PEL_PSP_Pos + 1); in r_ioport_event_config()1230 temp_value |= pin_num; // Pin number setting in r_ioport_event_config()1236 …temp_value |= (uint8_t) (ex_cfg->p_single_port_cfg[event_num].edge_detection << R_GPIO_ELC_PEL_PSM… in r_ioport_event_config()[all …]