Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/
Dmiscutil.c72 partInfo->die_cut = LL_SYSCFG_GetDeviceRevision(); in GetPartInfo()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal.c397 return (LL_SYSCFG_GetDeviceRevision()); in HAL_GetREVID()
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.h353 __STATIC_INLINE uint32_t LL_SYSCFG_GetDeviceRevision(void) in LL_SYSCFG_GetDeviceRevision() function