Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_flash_ex.c1244 assert_param(IS_OB_WRP(WRP1OrPCROP1)); in FLASH_OB_WRPConfigWRP1OrPCROP1()
1290 assert_param(IS_OB_WRP(WRP2OrPCROP2)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1336 assert_param(IS_OB_WRP(WRP3)); in FLASH_OB_WRPConfigWRP3()
1381 assert_param(IS_OB_WRP(WRP4)); in FLASH_OB_WRPConfigWRP4()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_flash.h113 #define IS_OB_WRP(PAGE) (((PAGE) != 0x0000000)) macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_flash.h145 #define IS_OB_WRP(PAGE) (((PAGE) != 0x0000000)) macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_flash.c475 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()
942 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_flash.c575 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_flash_ex.h110 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) macro

Completed in 17 milliseconds