Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/
Dmiscutil.c71 partInfo->die_major = LL_SYSCFG_GetDeviceVersion(); in GetPartInfo()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal.c406 return (LL_SYSCFG_GetDeviceVersion()); in HAL_GetVERID()
Dstm32wb0x_hal_flash_ex.c313 dev_cut_version = (LL_SYSCFG_GetDeviceVersion() << 4) | LL_SYSCFG_GetDeviceRevision(); in HAL_FLASHEx_PageProtection()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_system.h363 __STATIC_INLINE uint32_t LL_SYSCFG_GetDeviceVersion(void) in LL_SYSCFG_GetDeviceVersion() function