Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_ioport.h84 IOPORT_EVENT_DIRECTION_INPUT = 0x1, ///< Set input direction to single port enumerator
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_ioport.h211 IOPORT_EVENT_DIRECTION_INPUT = 0x1, ///< Set input direction to single port enumerator
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c1214 if (IOPORT_EVENT_DIRECTION_INPUT == ex_cfg->single_port_cfg[event_num].direction) in r_ioport_event_config()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c1234 if (IOPORT_EVENT_DIRECTION_INPUT == ex_cfg->p_single_port_cfg[event_num].direction) in r_ioport_event_config()