Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance
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()
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()
381 __STATIC_INLINE void R_BSP_PinCfg (bsp_io_port_pin_t pin, uint32_t cfg) in R_BSP_PinCfg()
353 uint16_t cfg = (USB_PIPECFG_DIR_IDX(dir) << R_USB_PIPECFG_DIR_Pos) | epn; in R_USBD_EdptOpen() local
643 uint16_t cfg = ((1 ^ dir_in) << 4) | epn; in R_USBH_EdptOpen() local