Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c137 static void FLASH_OB_ConfigSecureMode(uint32_t SecureMode, uint32_t *Reg, uint32_t Bit
138 static uint32_t FLASH_OB_GetSecureMode(uint32_t Reg, uint32_t Bit, uint32_t ValueEnable, u…
1317 static void FLASH_OB_ConfigSecureMode(uint32_t SecureMode, uint32_t *Reg, uint32_t Bit, uint32_t Va… in FLASH_OB_ConfigSecureMode() argument
1322 CLEAR_BIT(*Reg, Bit); in FLASH_OB_ConfigSecureMode()
1326 SET_BIT(*Reg, Bit); 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
1345 if (READ_BIT(Reg, Bit) == 0U) in FLASH_OB_GetSecureMode()