Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 8 of 8) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_io.h381 __STATIC_INLINE void R_BSP_PinCfg (bsp_io_port_pin_t pin, uint32_t cfg) in R_BSP_PinCfg() argument
385 R_PFS->PORT[pin >> 8].PIN[pin & BSP_IO_PRV_8BIT_MASK].PmnPFS = (uint16_t) cfg; in R_BSP_PinCfg()
387 R_PFS->PORT[pin >> 8].PIN[pin & BSP_IO_PRV_8BIT_MASK].PmnPFS = cfg; in R_BSP_PinCfg()
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_ioport_api.h106 fsp_err_t (* pinCfg)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg);
/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);
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c353 uint16_t cfg = (USB_PIPECFG_DIR_IDX(dir) << R_USB_PIPECFG_DIR_Pos) | epn; in R_USBD_EdptOpen() local
357 cfg |= (R_USB_PIPECFG_TYPE_BULK | R_USB_PIPECFG_SHTNAK_Msk | R_USB_PIPECFG_DBLB_Msk); in R_USBD_EdptOpen()
361 cfg |= R_USB_PIPECFG_TYPE_INT; in R_USBD_EdptOpen()
365 cfg |= (R_USB_PIPECFG_TYPE_ISO | R_USB_PIPECFG_DBLB_Msk); in R_USBD_EdptOpen()
371 R_USB_HS0->PIPECFG = cfg; in R_USBD_EdptOpen()
378 R_USB_FS0->PIPECFG = cfg; in R_USBD_EdptOpen()
/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);
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c643 uint16_t cfg = ((1 ^ dir_in) << 4) | epn; in R_USBH_EdptOpen() local
646 cfg |= USB_PIPECFG_TYPE_BULK | USB_PIPECFG_SHTNAK_Msk | USB_PIPECFG_DBLB_Msk; in R_USBH_EdptOpen()
650 cfg |= USB_PIPECFG_TYPE_INT; in R_USBH_EdptOpen()
654 cfg |= USB_PIPECFG_TYPE_ISO | USB_PIPECFG_DBLB_Msk; in R_USBH_EdptOpen()
657 p_reg->PIPECFG = cfg; in R_USBH_EdptOpen()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c231 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() argument
243 r_ioport_pin_set(pin, (ioport_cfg_data_t *) &cfg); in R_IOPORT_PinCfg()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c251 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() argument
263 r_ioport_pfs_write(pin, cfg); in R_IOPORT_PinCfg()