Home
last modified time | relevance | path

Searched refs:low (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rtc.h390 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/
Dstm32f1xx_hal_rtc.c1590 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/
DREADME16 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/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32l5xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32wbxx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32c0xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32f3xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32l0xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32g0xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32f0xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32l4xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32u5xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32wlxx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32f7xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32f1xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32f2xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32f4xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32h5xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/stm32cube/stm32h7xx/
DREADME16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
/hal_stm32-3.7.0/lib/stm32wba/hci/
DREADME111 * Increased 2.4GHz RADIO low ISR priority: