Searched refs:single_port_cfg (Results 1 – 2 of 2) sorted by relevance
844 if ((bsp_io_port_pin_t) elc_cfg->single_port_cfg[cnt].port_num == pin) in R_IOPORT_PinEventOutputWrite()1191 …(uint8_t) ((ex_cfg->single_port_cfg[event_num].port_num & IOPORT_PRV_PORT_BITS) >> IOPORT_PRV_PORT… in r_ioport_event_config()1192 … uint8_t pin_num = (uint8_t) ex_cfg->single_port_cfg[event_num].port_num & IOPORT_PRV_PIN_BITS; in r_ioport_event_config()1214 if (IOPORT_EVENT_DIRECTION_INPUT == ex_cfg->single_port_cfg[event_num].direction) in r_ioport_event_config()1216 …temp_value |= (uint8_t) (ex_cfg->single_port_cfg[event_num].edge_detection << 5); // Edge detection in r_ioport_event_config()1223 … temp_value |= (uint8_t) (ex_cfg->single_port_cfg[event_num].operation << 5); // Output operation in r_ioport_event_config()1230 if (IOPORT_EVENT_CONTROL_ENABLE == ex_cfg->single_port_cfg[event_num].event_control) in r_ioport_event_config()
146 …ioport_event_single_t single_port_cfg[IOPORT_SINGLE_PORT_NUM]; ///< Single input port c… member