Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c817 uint8_t singleport = 0U; in R_IOPORT_PinEventOutputWrite() local
846 singleport = cnt; in R_IOPORT_PinEventOutputWrite()
852 p_ioport_regs->ELC_PEL[singleport] |= (uint8_t) IOPORT_ELC_PEL_PSM_HIGH; in R_IOPORT_PinEventOutputWrite()
856 p_ioport_regs->ELC_PEL[singleport] &= (uint8_t) (~IOPORT_ELC_PEL_PSM_HIGH); in R_IOPORT_PinEventOutputWrite()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c680 uint8_t singleport = 0U; in R_IOPORT_PinEventOutputWrite()
703 singleport = cnt; in R_IOPORT_PinEventOutputWrite()
709 p_ioport_regs->ELC_PEL[singleport] |= (uint8_t) IOPORT_PRV_ELC_PEL_PSM_HIGH; in R_IOPORT_PinEventOutputWrite()
713 p_ioport_regs->ELC_PEL[singleport] &= (uint8_t) (~IOPORT_PRV_ELC_PEL_PSM_HIGH); in R_IOPORT_PinEventOutputWrite()