Searched refs:p_p (Results 1 – 2 of 2) sorted by relevance
487 volatile uint8_t * p_p; in R_BSP_PinWrite() local496 p_p = BSP_IO_PRV_P_REG_BASE_SET(BSP_FEATURE_IOPORT_GP_REG_BASE_NUM); in R_BSP_PinWrite()499 reg_value_p = p_p[pin >> BSP_IO_PRV_PORT_OFFSET]; in R_BSP_PinWrite()508 p_p[pin >> BSP_IO_PRV_PORT_OFFSET] = ((reg_value_p & mask_p) | write_value_p); in R_BSP_PinWrite()
984 volatile uint8_t * p_p; in r_ioport_port_mode_pin_config() local1026 p_p = IOPORT_PRV_P_REG_BASE_SET(BSP_FEATURE_IOPORT_GP_REG_BASE_NUM); in r_ioport_port_mode_pin_config()1071 r_ioport_regwrite_8(&p_p[u_port], value_p, u_pin, mask_p); in r_ioport_port_mode_pin_config()