We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5463d02 commit 530619eCopy full SHA for 530619e
1 file changed
hal/stm32g0.c
@@ -96,9 +96,6 @@
96
#define FLASH_CR_BKER_BITMASK 0x2000
97
#define BANK_SIZE (0x40000)
98
99
-#define FLASH_CR_PNB_SHIFT 3 /* RM0444 - 3.7.5 - FLASH_CR - PNB bits 9:3 */
100
-#define FLASH_CR_PNB_MASK 0x7f /* RM0444 - 3.7.5 - FLASH_CR - PNB bits 9:3 - 7 bits */
101
-
102
#define FLASH_SECR_SEC_SIZE_POS (0U)
103
#define FLASH_SECR_SEC_SIZE_MASK (0xFF)
104
0 commit comments