Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c36 #define IOPORT_PM_BIT_MASK (0x0003U) macro
563 … uint16_t set_bits = (uint16_t) (direction_values & (IOPORT_PM_BIT_MASK << (pin_num * 2U))); in R_IOPORT_PortDirectionSet()
567 … (uint16_t) (p_ioport_regs->PM[port_num] & ~(IOPORT_PM_BIT_MASK << (pin_num * 2U))); in R_IOPORT_PortDirectionSet()
578 … uint16_t set_bits = (uint16_t) (direction_values & (IOPORT_PM_BIT_MASK << (pin_num * 2U))); in R_IOPORT_PortDirectionSet()
582 … (uint16_t) (p_ioport_regs->PM[port_num] & ~(IOPORT_PM_BIT_MASK << (pin_num * 2U))); in R_IOPORT_PortDirectionSet()
594 … uint16_t set_bits = (uint16_t) (direction_values & (IOPORT_PM_BIT_MASK << (pin_num * 2U))); in R_IOPORT_PortDirectionSet()
597 …uint16_t temp_value = (uint16_t) (p_ioport_regs->PM[port_num] & ~(IOPORT_PM_BIT_MASK << (pin_num *… in R_IOPORT_PortDirectionSet()
1017 …temp_value = (uint32_t) (p_ioport_regs->PM[port] & ~(IOPORT_PM_BIT_MASK << (pin_num *… in r_ioport_pin_set_safety()
1039 …temp_value = (uint32_t) (p_ioport_regs->PM[port] & ~(IOPORT_PM_BIT_MASK << (pin_num *… in r_ioport_pin_set_safety()
1126 …temp_value = (uint32_t) (p_ioport_regs->PM[port] & ~(IOPORT_PM_BIT_MASK << (pin_num *… in r_ioport_pin_set_non_safety()
[all …]