Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c351 assert_param(IS_OPTIONBYTE(pOBInit->OptionType)); in HAL_FLASHEx_OBProgram()
354 if((pOBInit->OptionType & OPTIONBYTE_WRP) == OPTIONBYTE_WRP) in HAL_FLASHEx_OBProgram()
371 if((pOBInit->OptionType & OPTIONBYTE_RDP) == OPTIONBYTE_RDP) in HAL_FLASHEx_OBProgram()
383 if((pOBInit->OptionType & OPTIONBYTE_USER) == OPTIONBYTE_USER) in HAL_FLASHEx_OBProgram()
397 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
409 if ((pOBInit->OptionType & OPTIONBYTE_BOOT_BIT1) == OPTIONBYTE_BOOT_BIT1) in HAL_FLASHEx_OBProgram()
428 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()
464 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()
469 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
485 if ((pAdvOBInit->OptionType & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
[all …]
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c430 assert_param(IS_OPTIONBYTE(pOBInit->OptionType)); in HAL_FLASHEx_OBProgram()
433 if((pOBInit->OptionType & OPTIONBYTE_WRP) == OPTIONBYTE_WRP) in HAL_FLASHEx_OBProgram()
455 if((pOBInit->OptionType & OPTIONBYTE_RDP) == OPTIONBYTE_RDP) in HAL_FLASHEx_OBProgram()
467 if((pOBInit->OptionType & OPTIONBYTE_USER) == OPTIONBYTE_USER) in HAL_FLASHEx_OBProgram()
481 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
506 pOBInit->OptionType = OPTIONBYTE_WRP | OPTIONBYTE_RDP | OPTIONBYTE_USER | OPTIONBYTE_BOR; in HAL_FLASHEx_OBGetConfig()
563 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()
568 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
597 if ((pAdvOBInit->OptionType & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
617 pAdvOBInit->OptionType = 0U; in HAL_FLASHEx_AdvOBGetConfig()
[all …]
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c339 assert_param(IS_OPTIONBYTE(pOBInit->OptionType)); in HAL_FLASHEx_OBProgram()
344 if((pOBInit->OptionType & OPTIONBYTE_WRP) != 0U) in HAL_FLASHEx_OBProgram()
355 if((pOBInit->OptionType & OPTIONBYTE_RDP) != 0U) in HAL_FLASHEx_OBProgram()
365 if((pOBInit->OptionType & OPTIONBYTE_USER) != 0U) in HAL_FLASHEx_OBProgram()
375 if((pOBInit->OptionType & OPTIONBYTE_PCROP) != 0U) in HAL_FLASHEx_OBProgram()
404 pOBInit->OptionType = (OPTIONBYTE_RDP | OPTIONBYTE_USER); in HAL_FLASHEx_OBGetConfig()
415 pOBInit->OptionType |= OPTIONBYTE_WRP; in HAL_FLASHEx_OBGetConfig()
434 pOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_OBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h241 uint32_t OptionType; /*!< OptionType: Option byte to be configured. member
289 uint32_t OptionType; /*!< OptionType: Option byte to be configured for extension . member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h187 uint32_t OptionType; /*!< OptionType: Option byte to be configured. member
221 uint32_t OptionType; /*!< OptionType: Option byte to be configured for extension . member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_flash.h82 uint32_t OptionType; /*!< Option byte to be configured. member