Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions drivers/ra/fsp/src/bsp/mcu/ra8p1/bsp_feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@
#define BSP_FEATURE_USB_REG_USBMC_VDDUSBE (0UL) // Indicates the USBMC.VDDUSBE bit field is available.
#define BSP_FEATURE_USB_SCKDIVCR2_HAS_CLOCK_DIV (0UL) // Indicates there is a USB clock divider setting as part of the SCKDIVCR2 register.

#define BSP_FEATURE_USB_NUM_IP (2UL)

#define BSP_FEATURE_VIN_IS_AVAILABLE (1UL)

// *UNCRUSTIFY-ON*
Expand Down
2 changes: 2 additions & 0 deletions drivers/ra/fsp/src/bsp/mcu/ra8t2/bsp_feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@
#define BSP_FEATURE_USB_REG_USBMC_VDDUSBE (0UL) // Indicates the USBMC.VDDUSBE bit field is available.
#define BSP_FEATURE_USB_SCKDIVCR2_HAS_CLOCK_DIV (0UL) // Indicates there is a USB clock divider setting as part of the SCKDIVCR2 register.

#define BSP_FEATURE_USB_NUM_IP (1UL)

#define BSP_FEATURE_VIN_IS_AVAILABLE (0UL)

// *UNCRUSTIFY-ON*
Expand Down