Searched refs:IOPORT_PFC_BIT_MASK (Results 1 – 1 of 1) sorted by relevance
39 #define IOPORT_PFC_BIT_MASK (0x0000003FU) macro41 #define IOPORT_PFC_BIT_MASK (0x0000000FU) macro983 …temp_value = p_ioport_regs->PFC[port].L & ~(IOPORT_PFC_BIT_MASK << (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()1000 … temp_value = p_ioport_regs->PFC[port] & ~(IOPORT_PFC_BIT_MASK << (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()1098 …temp_value = p_ioport_regs->PFC[port].H & ~(IOPORT_PFC_BIT_MASK << ((pin_num - 4U)… in r_ioport_pin_set_non_safety()1109 … temp_value = p_ioport_regs->PFC[port] & ~(IOPORT_PFC_BIT_MASK << (pin_num * 4U)); in r_ioport_pin_set_non_safety()