/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal.c | 396 return(READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0() 405 return(READ_REG(*((uint32_t *)(UID_BASE + 0x04U)))); in HAL_GetUIDw1() 414 return(READ_REG(*((uint32_t *)(UID_BASE + 0x14U)))); in HAL_GetUIDw2()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal.c | 546 return (READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0() 555 return (READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1() 564 return (READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal.c | 534 return (READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0() 543 return (READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1() 552 return (READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal.c | 467 return(READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0() 476 return(READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1() 485 return(READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal.c | 475 return(READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0() 484 return(READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1() 493 return(READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal.c | 483 return(READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0() 492 return(READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1() 501 return(READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_ll_utils.h | 65 #define UID_BASE_ADDRESS UID_BASE
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_utils.h | 65 #define UID_BASE_ADDRESS UID_BASE
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_utils.h | 65 #define UID_BASE_ADDRESS UID_BASE
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f410rx.h | 643 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f410tx.h | 636 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f410cx.h | 643 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f401xe.h | 739 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f401xc.h | 739 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f411xe.h | 741 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f412cx.h | 916 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f405xx.h | 946 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f415xx.h | 1017 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f412zx.h | 969 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
H A D | stm32f407xx.h | 1048 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/ |
H A D | stm32l073xx.h | 693 #define UID_BASE (0x1FF80050UL) /*!< Unique device ID register base address */ macro
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wb50xx.h | 881 #define UID_BASE ((uint32_t)0x1FFF7590UL) /*!< Unique device ID register base ad… macro
|
H A D | stm32wb55xx.h | 1072 #define UID_BASE ((uint32_t)0x1FFF7590UL) /*!< Unique device ID register base ad… macro
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f407xx.h | 1064 #define UID_BASE 0x1FFF7A10UL /*!< Unique device ID register base add… macro
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l451xx.h | 1073 #define UID_BASE (0x1FFF7590UL) /*!< Unique device ID register base address */ macro
|