Searched refs:clrbits (Results 1 – 2 of 2) sorted by relevance
363 ioport_size_t clrbits; in R_IOPORT_PortWrite() local378 clrbits = (ioport_size_t)((~value) & mask); in R_IOPORT_PortWrite()380 HW_IOPORT_PortWriteWithPCNTR3(gp_ioport_reg, port, setbits, clrbits); in R_IOPORT_PortWrite()404 ioport_size_t clrbits = 0U; in R_IOPORT_PinWrite() local412 clrbits = pin_mask; in R_IOPORT_PinWrite()419 HW_IOPORT_PortWriteWithPCNTR3(gp_ioport_reg, port, setbits, clrbits); in R_IOPORT_PinWrite()
354 ioport_size_t clrbits; in R_IOPORT_PortWrite() local361 clrbits = (ioport_size_t) ((~value) & mask); in R_IOPORT_PortWrite()367 p_ioport_regs->PCNTR3 = (uint32_t) (((uint32_t) clrbits << 16) | setbits); in R_IOPORT_PortWrite()395 ioport_size_t clrbits = 0U; in R_IOPORT_PinWrite() local403 clrbits = pin_mask; in R_IOPORT_PinWrite()417 p_ioport_regs->PCNTR3 = (uint32_t) (((uint32_t) clrbits << 16) | setbits); in R_IOPORT_PinWrite()