Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c137 … FLASH_OB_ConfigSecureMode(uint32_t SecureMode, uint32_t *Reg, uint32_t Bit, uint32_t ValueEnable);
138 static uint32_t FLASH_OB_GetSecureMode(uint32_t Reg, uint32_t Bit, uint32_t ValueEnable, u…
1317 …d FLASH_OB_ConfigSecureMode(uint32_t SecureMode, uint32_t *Reg, uint32_t Bit, uint32_t ValueEnable) in FLASH_OB_ConfigSecureMode() argument
1320 if ((SecureMode & ValueEnable) == ValueEnable) in FLASH_OB_ConfigSecureMode()
1342 static uint32_t FLASH_OB_GetSecureMode(uint32_t Reg, uint32_t Bit, uint32_t ValueEnable, uint32_t V… in FLASH_OB_GetSecureMode() argument
1347 return ValueEnable; in FLASH_OB_GetSecureMode()