Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c1251 assert_param(IS_OB_WRP(WRP1OrPCROP1)); in FLASH_OB_WRPConfigWRP1OrPCROP1()
1297 assert_param(IS_OB_WRP(WRP2OrPCROP2)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1343 assert_param(IS_OB_WRP(WRP3)); in FLASH_OB_WRPConfigWRP3()
1388 assert_param(IS_OB_WRP(WRP4)); in FLASH_OB_WRPConfigWRP4()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h126 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h81 #define IS_OB_WRP(__PAGE__) (((__PAGE__) != 0x0000000U)) macro