Searched refs:PFC (Results 1 – 3 of 3) sorted by relevance
983 …temp_value = p_ioport_regs->PFC[port].L & ~(IOPORT_PFC_BIT_MASK << (pin_num * 8U)); in r_ioport_pin_set_safety()984 … p_ioport_regs->PFC[port].L = temp_value | (uint32_t) (p_cfg_data->pfc_reg << (pin_num * 8U)); in r_ioport_pin_set_safety()989 …temp_value = p_ioport_regs->PFC[port].H & ~(IOPORT_PFC_BIT_MASK << ((pin_num - 4U)… in r_ioport_pin_set_safety()990 …p_ioport_regs->PFC[port].H = temp_value | (uint32_t) (p_cfg_data->pfc_reg << ((pin_num - 4U) * 8U)… in r_ioport_pin_set_safety()1000 … temp_value = p_ioport_regs->PFC[port] & ~(IOPORT_PFC_BIT_MASK << (pin_num * 4U)); in r_ioport_pin_set_safety()1001 p_ioport_regs->PFC[port] = temp_value | (uint32_t) (p_cfg_data->pfc_reg << (pin_num * 4U)); in r_ioport_pin_set_safety()1092 …temp_value = p_ioport_regs->PFC[port].L & ~(IOPORT_PFC_BIT_MASK << (pin_num * 8U)); in r_ioport_pin_set_non_safety()1093 … p_ioport_regs->PFC[port].L = temp_value | (uint32_t) (p_cfg_data->pfc_reg << (pin_num * 8U)); in r_ioport_pin_set_non_safety()1098 …temp_value = p_ioport_regs->PFC[port].H & ~(IOPORT_PFC_BIT_MASK << ((pin_num - 4U)… in r_ioport_pin_set_non_safety()1099 …p_ioport_regs->PFC[port].H = temp_value | (uint32_t) (p_cfg_data->pfc_reg << ((pin_num - 4U) * 8U)… in r_ioport_pin_set_non_safety()[all …]
78 #define IOPORT_PRV_PFC_REG_BASE(base) (&R_GPIO->PFC ## base)
6055 …__IOM uint32_t PFC[25]; /*!< (@ 0x00000600) Port [0..24] Function Control Register … member