Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance

/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()
/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()
/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()
/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
/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