Searched refs:ep_hw_cfg (Results 1 – 2 of 2) sorted by relevance
86 uint32_t ep_hw_cfg; /* BSP USBD driver EP configuration */ member530 ep_cur->ep_hw_cfg = 0; in numaker_usbd_ep_config_major()534 ep_cur->ep_hw_cfg |= USBD_CFG_CSTALL; in numaker_usbd_ep_config_major()538 ep_cur->ep_hw_cfg &= ~USBD_CFG_DSQSYNC_Msk; in numaker_usbd_ep_config_major()541 ep_cur->ep_hw_cfg |= USBD_CFG_EPMODE_DISABLE; in numaker_usbd_ep_config_major()545 ep_cur->ep_hw_cfg |= USBD_CFG_TYPE_ISO; in numaker_usbd_ep_config_major()549 ep_cur->ep_hw_cfg |= in numaker_usbd_ep_config_major()552 ep_base->CFG = ep_cur->ep_hw_cfg; in numaker_usbd_ep_config_major()565 ep_cur->ep_hw_cfg &= ~USBD_CFG_STATE_Msk; in numaker_usbd_ep_enable()567 ep_cur->ep_hw_cfg |= USBD_CFG_EPMODE_IN; in numaker_usbd_ep_enable()[all …]
95 uint32_t ep_hw_cfg; /* BSP USBD driver EP configuration */ member632 ep_cur->ep_hw_cfg = 0; in numaker_usbd_ep_config_major()636 ep_cur->ep_hw_cfg |= USBD_CFG_CSTALL; in numaker_usbd_ep_config_major()640 ep_cur->ep_hw_cfg &= ~USBD_CFG_DSQSYNC_Msk; in numaker_usbd_ep_config_major()643 ep_cur->ep_hw_cfg |= USBD_CFG_EPMODE_DISABLE; in numaker_usbd_ep_config_major()647 ep_cur->ep_hw_cfg |= USBD_CFG_TYPE_ISO; in numaker_usbd_ep_config_major()651 ep_cur->ep_hw_cfg |= in numaker_usbd_ep_config_major()654 ep_base->CFG = ep_cur->ep_hw_cfg; in numaker_usbd_ep_config_major()668 ep_cur->ep_hw_cfg &= ~USBD_CFG_STATE_Msk; in numaker_usbd_ep_enable()670 ep_cur->ep_hw_cfg |= USBD_CFG_EPMODE_IN; in numaker_usbd_ep_enable()[all …]