Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c53 #define IOPORT_PRV_PORT_ADDRESS(region_sel) (region_sel == 1 ? (R_PORT_NSR) : (R_PORT_SR))
312 *p_port_value = (ioport_size_t) R_PORT_NSR->PIN[port_num]; in R_IOPORT_PortRead()
386 temp_value = (ioport_size_t) (R_PORT_NSR->P[port_num] & (~mask)); in R_IOPORT_PortWrite()
389 R_PORT_NSR->P[port_num] = (uint8_t) (temp_value | (value & mask)); in R_IOPORT_PortWrite()
464 R_PORT_NS_COMMON_Type * p_ioport_regs = R_PORT_NSR; in R_IOPORT_PinWrite()
560 R_PORT_NS_COMMON_Type * p_ioport_regs = R_PORT_NSR; in R_IOPORT_PortDirectionSet()
639 R_PORT_NS_COMMON_Type * p_ioport_regs = R_PORT_NSR; in R_IOPORT_PortEventInputRead()
641 R_PORT_COMMON_Type * p_ioport_regs = R_PORT_NSR; in R_IOPORT_PortEventInputRead()
701 R_PORT_NS_COMMON_Type * p_ioport_regs = R_PORT_NSR; in R_IOPORT_PinEventInputRead()
703 R_PORT_COMMON_Type * p_ioport_regs = R_PORT_NSR; in R_IOPORT_PinEventInputRead()
[all …]
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_io.h449 R_PORT_NSR->P[pin >> 8] |= in R_BSP_PinSet()
476 R_PORT_NSR->P[pin >> 8] &= in R_BSP_PinClear()
503 R_PORT_NSR->P[pin >> 8] ^= in R_BSP_PinToggle()
530 return (uint32_t) ((R_PORT_NSR->PIN[pin >> 8]) >> in R_BSP_FastPinRead()
554 R_PORT_NSR->P[port >> 8] = set_value; in R_BSP_PortWrite()
579 return (uint32_t) (R_PORT_NSR->PIN[port >> 8]); in R_BSP_PortRead()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Include/
DR9A07G084.h30833 #define R_PORT_NSR ((R_PORT_COMMON_Type *) R_PORT_NSR_BASE) macro