Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c701 if ((bsp_io_port_pin_t) elc_cfg->p_single_port_cfg[cnt].port_num == pin) in R_IOPORT_PinEventOutputWrite()
1210 (uint8_t) ((ex_cfg->p_single_port_cfg[event_num].port_num & IOPORT_PRV_PORT_BITS) >> in r_ioport_event_config()
1212 … uint8_t pin_num = (uint8_t) ex_cfg->p_single_port_cfg[event_num].port_num & IOPORT_PRV_PIN_BITS; in r_ioport_event_config()
1234 if (IOPORT_EVENT_DIRECTION_INPUT == ex_cfg->p_single_port_cfg[event_num].direction) in r_ioport_event_config()
1236 …temp_value |= (uint8_t) (ex_cfg->p_single_port_cfg[event_num].edge_detection << R_GPIO_ELC_PEL_PSM… in r_ioport_event_config()
1243 …temp_value |= (uint8_t) (ex_cfg->p_single_port_cfg[event_num].operation << R_GPIO_ELC_PEL_PSM_Pos)… in r_ioport_event_config()
1250 if (IOPORT_EVENT_CONTROL_ENABLE == ex_cfg->p_single_port_cfg[event_num].event_control) in r_ioport_event_config()
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_ioport.h273 …ioport_event_single_t const * p_single_port_cfg; ///< Pointer to single input port con… member