Home
last modified time | relevance | path

Searched refs:clrbits (Results 1 – 2 of 2) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_ioport/
H A Dr_ioport.c363 ioport_size_t clrbits; in R_IOPORT_PortWrite() local
378 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() local
412 clrbits = pin_mask; in R_IOPORT_PinWrite()
419 HW_IOPORT_PortWriteWithPCNTR3(gp_ioport_reg, port, setbits, clrbits); in R_IOPORT_PinWrite()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_ioport/
H A Dr_ioport.c354 ioport_size_t clrbits; in R_IOPORT_PortWrite() local
361 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() local
403 clrbits = pin_mask; in R_IOPORT_PinWrite()
417 p_ioport_regs->PCNTR3 = (uint32_t) (((uint32_t) clrbits << 16) | setbits); in R_IOPORT_PinWrite()