Searched refs:INT_ST (Results 1 – 7 of 7) sorted by relevance
323 uint8_t ep_idx = USBFSD->INT_ST & USBFS_UIS_ENDP_MASK; in USBD_IRQHandler()325 switch (USBFSD->INT_ST & USBFS_UIS_TOKEN_MASK) { in USBD_IRQHandler()349 if(USBFSD->INT_ST & USBFS_UIS_TOG_OK) in USBD_IRQHandler()362 if (USBFSD->INT_ST & USBFS_UIS_TOG_OK) { in USBD_IRQHandler()
122 if (USBFSH->INT_ST & USBHS_UIS_TOG_OK) in usbh_pipe_xfer()125 switch(USBFSH->INT_ST & USBHS_UIS_H_RES_MASK) in usbh_pipe_xfer()
412 uint8_t ep_idx = usbhs->INT_ST.dev_endp_mask; in _isr_ep_stall()469 ep_idx = usbhs->INT_ST.dev_endp_mask; in _isr_handle_transfer()470 token = usbhs->INT_ST.dev_token_mask; in _isr_handle_transfer()495 if (usbhs->INT_ST.st_togok) in _isr_handle_transfer()523 if (usbhs->INT_ST.st_togok) in _isr_handle_transfer()
545 union _usb_int_st INT_ST; member
287 __IO uint32_t INT_ST; /* Address Offset: 0x0064 */ member693 __IO uint32_t INT_ST; /* Address Offset: 0x0010 */ member705 __I uint32_t INT_ST; /* Address Offset: 0x0024 */ member
839 __IO uint8_t INT_ST; member
Completed in 753 milliseconds