Home
last modified time | relevance | path

Searched refs:bsp_io_port_pin_t (Results 1 – 14 of 14) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_ioport_api.h56 bsp_io_port_pin_t pin; ///< Pin identifier
106 fsp_err_t (* pinCfg)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg);
114 …fsp_err_t (* pinEventInputRead)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_…
122 …fsp_err_t (* pinEventOutputWrite)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_leve…
130 …fsp_err_t (* pinRead)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t * p_pin_…
138 … fsp_err_t (* pinWrite)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level);
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dr_ioport.h174 fsp_err_t R_IOPORT_PinCfg(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg);
175 fsp_err_t R_IOPORT_PinEventInputRead(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_le…
176 fsp_err_t R_IOPORT_PinEventOutputWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_…
177 fsp_err_t R_IOPORT_PinRead(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t * p_…
178 fsp_err_t R_IOPORT_PinWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t lev…
Dr_sci_uart.h61 bsp_io_port_pin_t flow_pin;
191 bsp_io_port_pin_t flow_control_pin; ///< UART Driver Enable pin
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_ioport.h293 fsp_err_t R_IOPORT_PinCfg(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg);
294 fsp_err_t R_IOPORT_PinEventInputRead(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_le…
295 fsp_err_t R_IOPORT_PinEventOutputWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_…
296 fsp_err_t R_IOPORT_PinRead(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t * p_…
297 fsp_err_t R_IOPORT_PinWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t lev…
Dr_scif_uart.h123 bsp_io_port_pin_t driver_enable_pin;
172 bsp_io_port_pin_t de_control_pin; ///< UART Driver Enable pin.
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c129 static void r_ioport_pfs_write(bsp_io_port_pin_t pin, uint32_t value);
131 static void r_ioport_dedicated_port_cfg(bsp_io_port_pin_t pin, uint32_t value);
132 static void r_ioport_peri_mode_pin_config(bsp_io_port_pin_t pin, uint32_t value);
133 static void r_ioport_port_mode_pin_config(bsp_io_port_pin_t pin, uint32_t value);
134 static void r_ioport_make_port_pin_num(bsp_io_port_pin_t pin, uint8_t * p_port_number, uint8_t * p_…
251 fsp_err_t R_IOPORT_PinCfg (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg) in R_IOPORT_PinCfg()
279 fsp_err_t R_IOPORT_PinRead (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t * p… in R_IOPORT_PinRead()
379 fsp_err_t R_IOPORT_PinWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t le… in R_IOPORT_PinWrite()
524 fsp_err_t R_IOPORT_PinEventInputRead (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_l… in R_IOPORT_PinEventInputRead()
671 fsp_err_t R_IOPORT_PinEventOutputWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io… in R_IOPORT_PinEventOutputWrite()
[all …]
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_io.h413 } bsp_io_port_pin_t; typedef
442 __STATIC_INLINE void R_BSP_PinSet (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_PinSet()
469 __STATIC_INLINE void R_BSP_PinClear (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_PinClear()
496 __STATIC_INLINE void R_BSP_PinToggle (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_PinToggle()
525 __STATIC_INLINE uint32_t R_BSP_FastPinRead (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_FastPinRead()
672 __STATIC_INLINE bsp_io_region_t R_BSP_IoRegionGet (bsp_io_port_pin_t pin) in R_BSP_IoRegionGet()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c87 static void r_ioport_pin_set(bsp_io_port_pin_t pin, ioport_cfg_data_t * p_cfg_data);
90 bsp_io_port_pin_t pin,
95 bsp_io_port_pin_t pin,
231 fsp_err_t R_IOPORT_PinCfg (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg) in R_IOPORT_PinCfg()
261 fsp_err_t R_IOPORT_PinRead (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t * p… in R_IOPORT_PinRead()
444 fsp_err_t R_IOPORT_PinWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t le… in R_IOPORT_PinWrite()
676 fsp_err_t R_IOPORT_PinEventInputRead (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_l… in R_IOPORT_PinEventInputRead()
815 fsp_err_t R_IOPORT_PinEventOutputWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io… in R_IOPORT_PinEventOutputWrite()
844 if ((bsp_io_port_pin_t) elc_cfg->single_port_cfg[cnt].port_num == pin) in R_IOPORT_PinEventOutputWrite()
902 static void r_ioport_pin_set (bsp_io_port_pin_t pin, ioport_cfg_data_t * p_cfg_data) in r_ioport_pin_set()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_sci_uart.h61 bsp_io_port_pin_t flow_pin;
164 bsp_io_port_pin_t de_control_pin; ///< UART Driver Enable pin.
175 bsp_io_port_pin_t flow_control_pin; ///< UART Driver Enable pin
Dr_sci_b_uart.h61 bsp_io_port_pin_t flow_pin;
178 bsp_io_port_pin_t flow_control_pin; ///< UART Driver Enable pin
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_io.h328 } bsp_io_port_pin_t; typedef
346 __STATIC_INLINE uint32_t R_BSP_PinRead (bsp_io_port_pin_t pin) in R_BSP_PinRead()
359 __STATIC_INLINE void R_BSP_PinWrite (bsp_io_port_pin_t pin, bsp_io_level_t level) in R_BSP_PinWrite()
381 __STATIC_INLINE void R_BSP_PinCfg (bsp_io_port_pin_t pin, uint32_t cfg) in R_BSP_PinCfg()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/all/
Dbsp_io.h356 } bsp_io_port_pin_t; typedef
466 __STATIC_INLINE uint32_t R_BSP_PinRead (bsp_io_port_pin_t pin) in R_BSP_PinRead()
483 __STATIC_INLINE void R_BSP_PinWrite (bsp_io_port_pin_t pin, bsp_io_level_t level) in R_BSP_PinWrite()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_sci_uart/
Dr_sci_uart.c350 …((sci_uart_extended_cfg_t *) p_cfg->p_extend)->flow_control_pin != (bsp_io_port_pin_t) SCI_UART_IN… in R_SCI_UART_Open()
466 if (p_instance_ctrl->flow_pin != (bsp_io_port_pin_t) SCI_UART_INVALID_16BIT_PARAM) in R_SCI_UART_Open()
1694 if (p_instance_ctrl->flow_pin != (bsp_io_port_pin_t) SCI_UART_INVALID_16BIT_PARAM) in sci_uart_rxi_common()
1756 if (p_instance_ctrl->flow_pin != (bsp_io_port_pin_t) SCI_UART_INVALID_16BIT_PARAM) in sci_uart_rxi_common()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/rzg3s/
Dbsp_override.h481 } bsp_io_port_pin_t; typedef