Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c44 #define IOPORT_DRTCL_BIT_MASK (0x000000FFU) macro
963 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()