Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c115 #define VALIDITY_LOCATION 0x10001EF8 /*!< ROM address of the the validity trimming values content.… macro
258 if (*(volatile uint32_t*)VALIDITY_LOCATION != VALIDITY_TAG) in SystemInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c40 #define VALIDITY_LOCATION 0x10001EF8 macro
243 if (*(volatile uint32_t *)VALIDITY_LOCATION == VALIDITY_TAG) in HAL_RADIO_Init()