Macros

#define LL_USB_CTRL0_INPUT_ENDIAN_CTRL_SMALL   (0x00000000UL)
 
#define LL_USB_CTRL0_INPUT_ENDIAN_CTRL_BIG   (1UL << USB_CTRL0_INPUT_ENDIAN_CTRL_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_USB_CTRL0_INPUT_ENDIAN_CTRL_BIG

#define LL_USB_CTRL0_INPUT_ENDIAN_CTRL_BIG   (1UL << USB_CTRL0_INPUT_ENDIAN_CTRL_Pos)

USB input data is big endian

Definition at line 312 of file gr55xx_ll_usb.h.

◆ LL_USB_CTRL0_INPUT_ENDIAN_CTRL_SMALL

#define LL_USB_CTRL0_INPUT_ENDIAN_CTRL_SMALL   (0x00000000UL)

USB input data is small endian

Definition at line 311 of file gr55xx_ll_usb.h.