Searched refs:DEPCTL_SETD0PID (Results 1 – 2 of 2) sorted by relevance
809 DEPCTL_SETD0PID | in usbd_ep_open()843 DEPCTL_SETD0PID | in usbd_ep_open()1166 tmpreg |= DEPCTL_SETD0PID; /* DATA0 */ in usbd_ep_clear_stall()1268 inepcfg &= ~DEPCTL_SETD0PID; in usbd_ep_start_write_raw()1272 inepcfg |= DEPCTL_SETD0PID; in usbd_ep_start_write_raw()1395 outepcfg &= ~DEPCTL_SETD0PID; in usbd_ep_start_read_raw()1399 outepcfg |= DEPCTL_SETD0PID; in usbd_ep_start_read_raw()1614 tmpreg |= DEPCTL_SETD0PID; in USBD_IRQHandler()1617 tmpreg &= ~DEPCTL_SETD0PID; in USBD_IRQHandler()1639 tmpreg |= DEPCTL_SETD0PID; in USBD_IRQHandler()[all …]
228 #define DEPCTL_SETD0PID (0x1 << 28) macro
Completed in 6 milliseconds