Home
last modified time | relevance | path

Searched refs:clr_bits (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.c442 ioport_size_t clr_bits; in R_IOPORT_PortDirectionSet() local
459 clr_bits = (ioport_size_t)((~direction_values) & mask); in R_IOPORT_PortDirectionSet()
465 write_value &= (ioport_size_t)(~clr_bits); in R_IOPORT_PortDirectionSet()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_ioport/
H A Dr_ioport.c445 uint32_t clr_bits; in R_IOPORT_PortDirectionSet() local
468 clr_bits = (uint32_t) ((~direction_values) & mask); in R_IOPORT_PortDirectionSet()
475 write_value &= ~clr_bits; in R_IOPORT_PortDirectionSet()