Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 4 of 4) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_ioport.h114 ioport_event_output_operation_t operation; ///< Single port operation select member
124 ioport_event_output_operation_t operation; ///< Port group operation select member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_ioport.h241 ioport_event_output_operation_t operation; ///< Single port operation select member
251 ioport_event_output_operation_t operation; ///< Port group operation select member
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c1223 … temp_value |= (uint8_t) (ex_cfg->single_port_cfg[event_num].operation << 5); // Output operation in r_ioport_event_config()
1259 temp_value |= (uint8_t) (ex_cfg->port_group_output_cfg[event_num].operation << 4); in r_ioport_event_config()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c1243 …temp_value |= (uint8_t) (ex_cfg->p_single_port_cfg[event_num].operation << R_GPIO_ELC_PEL_PSM_Pos)… in r_ioport_event_config()
1280 …temp_value |= (uint8_t) (ex_cfg->p_port_group_output_cfg[event_num].operation << R_GPIO_ELC_PGC_PG… in r_ioport_event_config()