Home
last modified time | relevance | path

Searched refs:pAdvOBInit (Results 1 – 4 of 4) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c459 HAL_StatusTypeDef HAL_FLASHEx_AdvOBProgram (FLASH_AdvOBProgramInitTypeDef *pAdvOBInit) in HAL_FLASHEx_AdvOBProgram() argument
464 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()
469 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
472 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()
474 …status = FLASH_OB_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPSector2, pAdvOB… in HAL_FLASHEx_AdvOBProgram()
476 status = FLASH_OB_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPState); in HAL_FLASHEx_AdvOBProgram()
485 if ((pAdvOBInit->OptionType & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
487 status = FLASH_OB_BootConfig(pAdvOBInit->BootConfig); in HAL_FLASHEx_AdvOBProgram()
502 void HAL_FLASHEx_AdvOBGetConfig(FLASH_AdvOBProgramInitTypeDef *pAdvOBInit) in HAL_FLASHEx_AdvOBGetConfig() argument
504 pAdvOBInit->OptionType = 0; in HAL_FLASHEx_AdvOBGetConfig()
[all …]
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c136 static HAL_StatusTypeDef FLASH_OB_PCROPConfig(FLASH_AdvOBProgramInitTypeDef *pAdvOBInit, Functiona…
558 HAL_StatusTypeDef HAL_FLASHEx_AdvOBProgram (FLASH_AdvOBProgramInitTypeDef *pAdvOBInit) in HAL_FLASHEx_AdvOBProgram() argument
563 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()
568 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
571 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()
572 if (pAdvOBInit->PCROPState == OB_PCROP_STATE_ENABLE) in HAL_FLASHEx_AdvOBProgram()
575 status = FLASH_OB_PCROPConfig(pAdvOBInit, ENABLE); in HAL_FLASHEx_AdvOBProgram()
584 status = FLASH_OB_PCROPConfig(pAdvOBInit, DISABLE); in HAL_FLASHEx_AdvOBProgram()
597 if ((pAdvOBInit->OptionType & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
599 status = FLASH_OB_BootConfig(pAdvOBInit->BootConfig); in HAL_FLASHEx_AdvOBProgram()
[all …]
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h934 HAL_StatusTypeDef HAL_FLASHEx_AdvOBProgram (FLASH_AdvOBProgramInitTypeDef *pAdvOBInit);
935 void HAL_FLASHEx_AdvOBGetConfig(FLASH_AdvOBProgramInitTypeDef *pAdvOBInit);
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h777 HAL_StatusTypeDef HAL_FLASHEx_AdvOBProgram (FLASH_AdvOBProgramInitTypeDef *pAdvOBInit);
778 void HAL_FLASHEx_AdvOBGetConfig(FLASH_AdvOBProgramInitTypeDef *pAdvOBInit);