Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_usb_errstat Union Reference

_hw_usb_errstat Union Reference

HW_USB_ERRSTAT - Error Interrupt Status register (RW) More...

#include <MK64F12_usb.h>


Detailed Description

HW_USB_ERRSTAT - Error Interrupt Status register (RW)

Reset value: 0x00U

Contains enable bits for each of the error sources within the USB Module. Each of these bits are qualified with their respective error enable bits. All bits of this register are logically OR'd together and the result placed in the ERROR bit of the ISTAT register. After an interrupt bit has been set it may only be cleared by writing a one to the respective interrupt bit. Each bit is set as soon as the error condition is detected. Therefore, the interrupt does not typically correspond with the end of a token being processed. This register contains the value of 0x00 after a reset.

Definition at line 1497 of file MK64F12_usb.h.