Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c844 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()
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_ioport.h146 …ioport_event_single_t single_port_cfg[IOPORT_SINGLE_PORT_NUM]; ///< Single input port c… member