Searched refs:DEPCTL_SETD1PID (Results 1 – 2 of 2) sorted by relevance
1269 inepcfg |= DEPCTL_SETD1PID; in usbd_ep_start_write_raw()1271 inepcfg &= ~DEPCTL_SETD1PID; in usbd_ep_start_write_raw()1396 outepcfg |= DEPCTL_SETD1PID; in usbd_ep_start_read_raw()1398 outepcfg &= ~DEPCTL_SETD1PID; in usbd_ep_start_read_raw()1615 tmpreg &= ~DEPCTL_SETD1PID; in USBD_IRQHandler()1618 tmpreg |= DEPCTL_SETD1PID; in USBD_IRQHandler()1640 tmpreg &= ~DEPCTL_SETD1PID; in USBD_IRQHandler()1643 tmpreg |= DEPCTL_SETD1PID; in USBD_IRQHandler()
227 #define DEPCTL_SETD1PID (0x1 << 29) macro
Completed in 7 milliseconds