@@ -6898,13 +6898,12 @@ typedef struct
6898
6898
#define FLASH_CR_MER_Msk (0x1UL << FLASH_CR_MER_Pos) /*!< 0x00000004 */
6899
6899
#define FLASH_CR_MER FLASH_CR_MER_Msk
6900
6900
#define FLASH_CR_SNB_Pos (3U)
6901
- #define FLASH_CR_SNB_Msk (0x1FUL << FLASH_CR_SNB_Pos) /*!< 0x000000F8 */
6901
+ #define FLASH_CR_SNB_Msk (0x0FUL << FLASH_CR_SNB_Pos) /*!< 0x00000078 */
6902
6902
#define FLASH_CR_SNB FLASH_CR_SNB_Msk
6903
6903
#define FLASH_CR_SNB_0 (0x01UL << FLASH_CR_SNB_Pos) /*!< 0x00000008 */
6904
6904
#define FLASH_CR_SNB_1 (0x02UL << FLASH_CR_SNB_Pos) /*!< 0x00000010 */
6905
6905
#define FLASH_CR_SNB_2 (0x04UL << FLASH_CR_SNB_Pos) /*!< 0x00000020 */
6906
6906
#define FLASH_CR_SNB_3 (0x08UL << FLASH_CR_SNB_Pos) /*!< 0x00000040 */
6907
- #define FLASH_CR_SNB_4 (0x10UL << FLASH_CR_SNB_Pos) /*!< 0x00000080 */
6908
6907
#define FLASH_CR_PSIZE_Pos (8U)
6909
6908
#define FLASH_CR_PSIZE_Msk (0x3UL << FLASH_CR_PSIZE_Pos) /*!< 0x00000300 */
6910
6909
#define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk
@@ -15057,9 +15056,6 @@ typedef struct
15057
15056
((INSTANCE) == TIM13)|| \
15058
15057
((INSTANCE) == TIM14))
15059
15058
15060
- /****************** TIM Instances : supporting synchronization ****************/
15061
- #define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
15062
-
15063
15059
/************* TIM Instances : at least 1 capture/compare channel *************/
15064
15060
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
15065
15061
((INSTANCE) == TIM2) || \
@@ -15417,8 +15413,6 @@ typedef struct
15417
15413
15418
15414
/****************************** QSPI Instances ********************************/
15419
15415
#define IS_QSPI_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == QUADSPI)
15420
- /****************************** USB Instances ********************************/
15421
- #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB_OTG_FS)
15422
15416
/****************************** USB Exported Constants ************************/
15423
15417
#define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 12U
15424
15418
#define USB_OTG_FS_MAX_IN_ENDPOINTS 6U /* Including EP0 */
0 commit comments