Home
last modified time | relevance | path

Searched refs:IS_RTC_SHIFT_SUBFS (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc_ex.h1475 #define IS_RTC_SHIFT_SUBFS(FS) ((FS) <= RTC_SHIFTR_SUBFS) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc_ex.h1427 #define IS_RTC_SHIFT_SUBFS(FS) ((FS) <= RTC_SHIFTR_SUBFS) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc_ex.h551 #define IS_RTC_SHIFT_SUBFS(FS) ((FS) <= 0x00007FFFU) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc_ex.c1567 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c1254 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS));
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc_ex.c2139 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift()