Searched defs:APBPrescTable (Results 1 – 7 of 7) sorted by relevance
/btstack/port/stm32-l073rz-nucleo-em9304/Src/ |
H A D | system_stm32l0xx.c | 111 const uint8_t APBPrescTable[8] = {0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U}; variable
|
/btstack/port/stm32-l451-miromico-sx1280/Src/ |
H A D | system_stm32l4xx.c | 155 const uint8_t APBPrescTable[8] = {0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U}; variable
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/ |
H A D | system_stm32l4xx.c | 155 const uint8_t APBPrescTable[8] = {0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U}; variable
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Src/ |
H A D | system_stm32wbxx.c | 159 const uint32_t APBPrescTable[8UL] = {0UL, 0UL, 0UL, 0UL, 1UL, 2UL, 3UL, 4UL}; variable
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/ |
H A D | system_stm32f4xx.c | 122 const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; variable
|
/btstack/port/stm32-f4discovery-cc256x/Src/ |
H A D | system_stm32f4xx.c | 138 const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; variable
|
/btstack/port/stm32-f4discovery-usb/Core/Src/ |
H A D | system_stm32f4xx.c | 122 const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; variable
|