Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_ioport.h123 uint8_t pin_select; ///< Port number specified to output port group member
135 uint8_t pin_select; ///< Port number specified to input port group member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_ioport.h250 uint8_t pin_select; ///< Port number specified to output port group member
262 uint8_t pin_select; ///< Port number specified to input port group member
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c660 …6_t) (p_ioport_regs->ELC_PDBF[portgroup].BY & elc_cfg->port_group_input_cfg[portgroup].pin_select); in R_IOPORT_PortEventInputRead()
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()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c505 … (p_ioport_regs->PDBF[portgroup].ELC_PDBF & elc_cfg->p_port_group_input_cfg[portgroup].pin_select); in R_IOPORT_PortEventInputRead()
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()