/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_rtc.h | 390 register uint16_t high = 0, low = 0; in LL_RTC_TIME_Get() local 393 low = READ_REG(RTCx->CNTL & RTC_CNTL_RTC_CNT); in LL_RTC_TIME_Get() 394 return ((uint32_t)(((uint32_t) high << 16U) | low)); in LL_RTC_TIME_Get() 432 register uint16_t high = 0, low = 0; in LL_RTC_ALARM_Get() local 435 low = READ_REG(RTCx->ALRL & RTC_ALRL_RTC_ALR); in LL_RTC_ALARM_Get() 437 return (((uint32_t) high << 16U) | low); in LL_RTC_ALARM_Get()
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rtc.c | 1590 uint16_t high1 = 0U, high2 = 0U, low = 0U; in RTC_ReadTimeCounter() local 1594 low = READ_REG(hrtc->Instance->CNTL & RTC_CNTL_RTC_CNT); in RTC_ReadTimeCounter() 1607 timecounter = (((uint32_t) high1 << 16U) | low); in RTC_ReadTimeCounter() 1654 uint16_t high1 = 0U, low = 0U; in RTC_ReadAlarmCounter() local 1657 low = READ_REG(hrtc->Instance->ALRL & RTC_CNTL_RTC_CNT); in RTC_ReadAlarmCounter() 1659 return (((uint32_t) high1 << 16U) | low); in RTC_ReadAlarmCounter()
|
/hal_stm32-3.7.0/stm32cube/stm32l1xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 91 but these were missing for the low/medium density parts. Without these
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32f3xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32l0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32f0xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32f7xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32f2xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
|
/hal_stm32-3.7.0/lib/stm32wba/hci/ |
D | README | 111 * Increased 2.4GHz RADIO low ISR priority:
|