Part Number: MSP432E401Y
Tool/software: TI-RTOS
Greetings:
FYI, the MSP432E4 DriverLib file hw_usb.h declares the following register offsets, which are not present in the Technical Reference Manual:
#define USB_O_IDVRIS 0x00000444 // USB ID Valid Detect Raw
// Interrupt Status
#define USB_O_IDVIM 0x00000448 // USB ID Valid Detect Interrupt
// Mask
#define USB_O_IDVISC 0x0000044C // USB ID Valid Detect Interrupt
// Status and Clear
This is relevant because usb.c lines references these registers. I'm not seeing any adverse issues surrounding this but I'm sharing in the event that it could be meaningful somehow.
Thanks,
Michael Cress