Searched refs:IOPORT_PRV_PORT_BITS (Results 1 – 2 of 2) sorted by relevance
26 #define IOPORT_PRV_PORT_BITS (0xFF00U) macro306 uint32_t port_num = (IOPORT_PRV_PORT_BITS & (ioport_size_t) port) >> IOPORT_PRV_PORT_OFFSET; in R_IOPORT_PortRead()380 uint32_t port_num = (IOPORT_PRV_PORT_BITS & (ioport_size_t) port) >> IOPORT_PRV_PORT_OFFSET; in R_IOPORT_PortWrite()456 uint32_t port_num = (IOPORT_PRV_PORT_BITS & (ioport_size_t) pin) >> IOPORT_PRV_PORT_OFFSET; in R_IOPORT_PinWrite()554 … uint32_t port_num = (IOPORT_PRV_PORT_BITS & (ioport_size_t) port) >> IOPORT_PRV_PORT_OFFSET; in R_IOPORT_PortDirectionSet()696 uint32_t port_num = (IOPORT_PRV_PORT_BITS & (ioport_size_t) pin); in R_IOPORT_PinEventInputRead()905 uint32_t port = (IOPORT_PRV_PORT_BITS & (ioport_size_t) pin) >> IOPORT_PRV_PORT_OFFSET; in r_ioport_pin_set()957 uint32_t port = (IOPORT_PRV_PORT_BITS & (ioport_size_t) pin) >> IOPORT_PRV_PORT_OFFSET; in r_ioport_pin_set_safety()1066 uint32_t port = (IOPORT_PRV_PORT_BITS & (ioport_size_t) pin) >> IOPORT_PRV_PORT_OFFSET; in r_ioport_pin_set_non_safety()1191 …(uint8_t) ((ex_cfg->single_port_cfg[event_num].port_num & IOPORT_PRV_PORT_BITS) >> IOPORT_PRV_PORT… in r_ioport_event_config()
32 #define IOPORT_PRV_PORT_BITS (0xFF00U) macro390 bsp_io_port_t port = (bsp_io_port_t) (IOPORT_PRV_PORT_BITS & (ioport_size_t) pin); in R_IOPORT_PinWrite()551 uint32_t port_num = (IOPORT_PRV_PORT_BITS & (ioport_size_t) pin); in R_IOPORT_PinEventInputRead()854 if (((BSP_IO_NMI & IOPORT_PRV_PORT_BITS) >> IOPORT_PRV_PORT_OFFSET) == u_port) in r_ioport_dedicated_port_cfg()1084 *p_port_number = (uint8_t) ((pin & IOPORT_PRV_PORT_BITS) >> IOPORT_PRV_PORT_OFFSET); in r_ioport_make_port_pin_num()1210 (uint8_t) ((ex_cfg->p_single_port_cfg[event_num].port_num & IOPORT_PRV_PORT_BITS) >> in r_ioport_event_config()