Searched refs:port_group_input_cfg (Results 1 – 2 of 2) sorted by relevance
660 …(uint16_t) (p_ioport_regs->ELC_PDBF[portgroup].BY & elc_cfg->port_group_input_cfg[portgroup].pin_s… in R_IOPORT_PortEventInputRead()1240 uint8_t group_pin = ex_cfg->port_group_input_cfg[event_num].pin_select | in r_ioport_event_config()1244 if (IOPORT_EVENT_CONTROL_ENABLE == ex_cfg->port_group_input_cfg[event_num].event_control) in r_ioport_event_config()1248 …temp_value |= (uint8_t) (ex_cfg->port_group_input_cfg[event_num].edge_detection); // Edge… in r_ioport_event_config()1249 …temp_value |= (uint8_t) (ex_cfg->port_group_input_cfg[event_num].overwrite_control << 2U); // Over… in r_ioport_event_config()1252 … p_ioport_regs->ELC_PDBF[event_num].BY = ex_cfg->port_group_input_cfg[event_num].buffer_init_value; in r_ioport_event_config()
145 …ioport_event_group_input_t port_group_input_cfg[IOPORT_PORT_GROUP_NUM]; ///< Input port group co… member