Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h147 #define IS_OBEX(__VALUE__) (((__VALUE__) == OPTIONBYTE_PCROP) || ((__VALUE__) == OPTIO…
151 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_PCROP)
627 #define OPTIONBYTE_PCROP (0x01U) /*!<PCROP option byte configuration*/ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h102 #define IS_OBEX(__VALUE__) (((__VALUE__) == OPTIONBYTE_PCROP) || ((__VALUE__) == OPTIO…
106 #define IS_OBEX(__VALUE__) ((__VALUE__) == OPTIONBYTE_PCROP)
460 #define OPTIONBYTE_PCROP ((uint32_t)0x01U) /*!<PCROP option byte configuration*/ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c469 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
508 pAdvOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_AdvOBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c568 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
621 pAdvOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_AdvOBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_flash.h229 #define OPTIONBYTE_PCROP ((uint32_t)0x08) /*!< PCROP option byte configuration */ macro
926 … (((VALUE) <= (OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_PCROP)))
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c375 if((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram()
434 pOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_OBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h387 #define OBEX_PCROP OPTIONBYTE_PCROP
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h298 #define OBEX_PCROP OPTIONBYTE_PCROP
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h298 #define OBEX_PCROP OPTIONBYTE_PCROP