Searched refs:IOPORT_DRTCL_BIT_MASK (Results 1 – 1 of 1) sorted by relevance
44 #define IOPORT_DRTCL_BIT_MASK (0x000000FFU) macro963 temp_value = p_ioport_regs->DRCTL[port].L & ~(IOPORT_DRTCL_BIT_MASK << (pin_num * 8U)); in r_ioport_pin_set_safety()968 … temp_value = p_ioport_regs->DRCTL[port].H & ~(IOPORT_DRTCL_BIT_MASK << ((pin_num - 4U) * 8U)); in r_ioport_pin_set_safety()1072 temp_value = p_ioport_regs->DRCTL[port].L & ~(IOPORT_DRTCL_BIT_MASK << (pin_num * 8U)); in r_ioport_pin_set_non_safety()1077 … temp_value = p_ioport_regs->DRCTL[port].H & ~(IOPORT_DRTCL_BIT_MASK << ((pin_num - 4U) * 8U)); in r_ioport_pin_set_non_safety()