Home
last modified time | relevance | path

Searched refs:PCROPStartAddr (Results 1 – 2 of 2) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c115 static HAL_StatusTypeDef FLASH_OB_PCROPConfig(uint32_t PCROPConfig, uint32_t PCROPStartAddr, uint32…
119 static void FLASH_OB_GetPCROP(uint32_t * PCROPConfig, uint32_t * PCROPStartAddr, uint3…
377 if (pOBInit->PCROPStartAddr != pOBInit->PCROPEndAddr) in HAL_FLASHEx_OBProgram()
380 …if(FLASH_OB_PCROPConfig(pOBInit->PCROPConfig, pOBInit->PCROPStartAddr, pOBInit->PCROPEndAddr) != H… in HAL_FLASHEx_OBProgram()
436 … FLASH_OB_GetPCROP(&(pOBInit->PCROPConfig), &(pOBInit->PCROPStartAddr), &(pOBInit->PCROPEndAddr)); in HAL_FLASHEx_OBGetConfig()
1016 static HAL_StatusTypeDef FLASH_OB_PCROPConfig(uint32_t PCROPConfig, uint32_t PCROPStartAddr, uint32… in FLASH_OB_PCROPConfig() argument
1030 assert_param(IS_FLASH_MAIN_MEM_ADDRESS(PCROPStartAddr)); in FLASH_OB_PCROPConfig()
1062 reg_value = ((PCROPStartAddr - FLASH_BASE) >> 4); in FLASH_OB_PCROPConfig()
1070 reg_value = ((PCROPStartAddr - FLASH_BASE) >> 4); in FLASH_OB_PCROPConfig()
1087 reg_value = ((PCROPStartAddr - bank1_addr) >> 3); in FLASH_OB_PCROPConfig()
[all …]
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_flash.h107 uint32_t PCROPStartAddr; /*!< PCROP Start address (used for OPTIONBYTE_PCROP). member