Skip to main content
Visitor II
June 27, 2024
Question

Undocumented Register Fields?

  • June 27, 2024
  • 1 reply
  • 688 views

Hello!

I suspect it has been already asked, but nevertheless:

stm32f411xe.h:

 

#define USB_OTG_DIEPMSK_TXFURM_Pos (8U)
#define USB_OTG_DIEPMSK_TXFURM_Msk (0x1UL << USB_OTG_DIEPMSK_TXFURM_Pos) /*!< 0x00000100 */
#define USB_OTG_DIEPMSK_TXFURM USB_OTG_DIEPMSK_TXFURM_Msk /*!< FIFO underrun mask */
#define USB_OTG_DIEPMSK_BIM_Pos (9U)
#define USB_OTG_DIEPMSK_BIM_Msk (0x1UL << USB_OTG_DIEPMSK_BIM_Pos) /*!< 0x00000200 */
#define USB_OTG_DIEPMSK_BIM USB_OTG_DIEPMSK_BIM_Msk /*!< BNA interrupt mask */

 

And reference manual (RM0383 Rev 3) omits 'em... Documentation looks inconsistent.

Screenshot from 2024-06-27 19-59-24.png

 

    This topic has been closed for replies.

    1 reply

    ST Employee
    June 28, 2024

    Hello @MorganN ,

    Welcome to ST community.

    I confirm the issue and it is reported internally.
    Internal ticket number: 185285 (This is an internal tracking number and is not accessible or usable by customers).