Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c1178 ioport_extend_cfg_t * ex_cfg; in r_ioport_event_config() local
1180 ex_cfg = (ioport_extend_cfg_t *) p_extend_cfg_data; in r_ioport_event_config()
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()
1240 uint8_t group_pin = ex_cfg->port_group_input_cfg[event_num].pin_select | in r_ioport_event_config()
1241 ex_cfg->port_group_output_cfg[event_num].pin_select; in r_ioport_event_config()
[all …]
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c1197 ioport_extend_cfg_t * ex_cfg; in r_ioport_event_config()
1199 ex_cfg = (ioport_extend_cfg_t *) p_extend_cfg_data; in r_ioport_event_config()
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()
1260 uint8_t group_pin = ex_cfg->p_port_group_input_cfg[event_num].pin_select | in r_ioport_event_config()
1261 ex_cfg->p_port_group_output_cfg[event_num].pin_select; in r_ioport_event_config()
[all …]