Searched refs:p_port_group_input_cfg (Results 1 – 2 of 2) sorted by relevance
505 …(uint16_t) (p_ioport_regs->PDBF[portgroup].ELC_PDBF & elc_cfg->p_port_group_input_cfg[portgroup].p… in R_IOPORT_PortEventInputRead()1260 uint8_t group_pin = ex_cfg->p_port_group_input_cfg[event_num].pin_select | in r_ioport_event_config()1264 if (IOPORT_EVENT_CONTROL_ENABLE == ex_cfg->p_port_group_input_cfg[event_num].event_control) in r_ioport_event_config()1268 …temp_value |= ex_cfg->p_port_group_input_cfg[event_num].edge_detection; … in r_ioport_event_config()1270 …(uint8_t) (ex_cfg->p_port_group_input_cfg[event_num].overwrite_control << R_GPIO_ELC_PGC_PGCOVE_Po… in r_ioport_event_config()1273 …p_ioport_regs->PDBF[event_num].ELC_PDBF = ex_cfg->p_port_group_input_cfg[event_num].buffer_init_va… in r_ioport_event_config()
272 …ioport_event_group_input_t const * p_port_group_input_cfg; ///< Pointer to input port group conf… member