Searched refs:ioport_cfg_t (Results 1 – 5 of 5) sorted by relevance
| /hal_renesas-latest/drivers/rz/fsp/inc/api/ |
| D | r_ioport_api.h | 65 } ioport_cfg_t; typedef 83 fsp_err_t (* open)(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg); 98 fsp_err_t (* pinsCfg)(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg); 192 ioport_cfg_t const * p_cfg; ///< Pointer to the configuration structure for this instance
|
| /hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/ |
| D | r_ioport.h | 154 ioport_cfg_t const * p_cfg; // Pointer to the configuration block 171 fsp_err_t R_IOPORT_Open(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg); 173 fsp_err_t R_IOPORT_PinsCfg(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg);
|
| /hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/ |
| D | r_ioport.h | 42 ioport_cfg_t const * p_cfg; 290 fsp_err_t R_IOPORT_Open(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg); 292 fsp_err_t R_IOPORT_PinsCfg(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg);
|
| /hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/ |
| D | r_ioport.c | 86 static void r_ioport_pins_config(const ioport_cfg_t * p_cfg); 142 fsp_err_t R_IOPORT_Open (ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg) in R_IOPORT_Open() 202 fsp_err_t R_IOPORT_PinsCfg (ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg) in R_IOPORT_PinsCfg() 877 void r_ioport_pins_config (const ioport_cfg_t * p_cfg) in r_ioport_pins_config() 880 ioport_cfg_t * p_pin_data; in r_ioport_pins_config() 882 p_pin_data = (ioport_cfg_t *) p_cfg; in r_ioport_pins_config()
|
| /hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/ |
| D | r_ioport.c | 127 static void r_ioport_pins_config(const ioport_cfg_t * p_cfg); 161 fsp_err_t R_IOPORT_Open (ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg) in R_IOPORT_Open() 222 fsp_err_t R_IOPORT_PinsCfg (ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg) in R_IOPORT_PinsCfg() 732 static void r_ioport_pins_config (const ioport_cfg_t * p_cfg) in r_ioport_pins_config() 735 ioport_cfg_t * p_pin_data; in r_ioport_pins_config() 737 p_pin_data = (ioport_cfg_t *) p_cfg; in r_ioport_pins_config()
|