Home
last modified time | relevance | path

Searched refs:IS_OB_WRP (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c1242 assert_param(IS_OB_WRP(WRP1OrPCROP1)); in FLASH_OB_WRPConfigWRP1OrPCROP1()
1288 assert_param(IS_OB_WRP(WRP2OrPCROP2)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1334 assert_param(IS_OB_WRP(WRP3)); in FLASH_OB_WRPConfigWRP3()
1379 assert_param(IS_OB_WRP(WRP4)); in FLASH_OB_WRPConfigWRP4()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c534 assert_param(IS_OB_WRP(WriteProtectPage)); in FLASH_OB_EnableWRP()
646 assert_param(IS_OB_WRP(WriteProtectPage)); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c534 assert_param(IS_OB_WRP(WriteProtectPage)); in FLASH_OB_EnableWRP()
650 assert_param(IS_OB_WRP(WriteProtectPage)); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c654 assert_param(IS_OB_WRP(WriteProtectPage)); in FLASH_OB_EnableWRP()
777 assert_param(IS_OB_WRP(WriteProtectPage)); in FLASH_OB_DisableWRP()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h72 #define IS_OB_WRP(PAGE) (((PAGE) != 0x0000000U)) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h82 #define IS_OB_WRP(PAGE) (((PAGE) != 0x0000000U)) macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h62 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h107 #define IS_OB_WRP(PAGE) (((PAGE) != 0x0000000U)) macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h108 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) macro