Home
last modified time | relevance | path

Searched refs:IS_RTC_MONTH (Results 1 – 25 of 28) sorted by relevance

12

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_RTC.c126 if (!IS_RTC_MONTH(fp_Date->u8_Month)) return; in HAL_RTC_SetDate()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_RTC.c126 if (!IS_RTC_MONTH(fp_Date->u8_Month)) return; in HAL_RTC_SetDate()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_rtc.c379 assert_param(IS_RTC_MONTH(date->month)); in ald_rtc_set_date()
389 assert_param(IS_RTC_MONTH(bcd_to_dec(date->month))); in ald_rtc_set_date()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_rtc.c379 assert_param(IS_RTC_MONTH(date->month)); in ald_rtc_set_date()
389 assert_param(IS_RTC_MONTH(bcd_to_dec(date->month))); in ald_rtc_set_date()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rtc.h370 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1U) && ((MONTH) <= 12U)) macro
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_rtc.h206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_rtc.h206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_rtc.h206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_rtc.h206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h534 #define IS_RTC_MONTH(__MONTH__) (((__MONTH__) == RTC_MONTH_JANUARY) || \ macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_rtc.h189 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h536 #define IS_RTC_MONTH(__MONTH__) (((__MONTH__) == RTC_MONTH_JANUARY) || \ macro
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h575 #define IS_RTC_MONTH(x) (((x) > 0) && ((x) < 13)) macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h577 #define IS_RTC_MONTH(x) (((x) > 0) && ((x) < 13)) macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_rtc.c620 assert_param(IS_RTC_MONTH(RTC_DateStruct->RTC_Month)); in RTC_SetDate()
627 assert_param(IS_RTC_MONTH(tmpreg)); in RTC_SetDate()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_rtc.c635 assert_param(IS_RTC_MONTH(RTC_DateStruct->Month)); in RTC_SetDate()
642 assert_param(IS_RTC_MONTH(tmpregister)); in RTC_SetDate()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_rtc.c635 assert_param(IS_RTC_MONTH(RTC_DateStruct->Month)); in RTC_SetDate()
642 assert_param(IS_RTC_MONTH(tmpregister)); in RTC_SetDate()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_rtc.c635 assert_param(IS_RTC_MONTH(RTC_DateStruct->Month)); in RTC_SetDate()
642 assert_param(IS_RTC_MONTH(tmpregister)); in RTC_SetDate()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_rtc.c632 assert_param(IS_RTC_MONTH(RTC_DateStruct->Month)); in RTC_SetDate()
639 assert_param(IS_RTC_MONTH(tmpregister)); in RTC_SetDate()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_rtc.h187 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_rtc.c867 assert_param(IS_RTC_MONTH(RTC_DateStruct->RTC_Month)); in RTC_SetDate()
874 assert_param(IS_RTC_MONTH(tmpreg)); in RTC_SetDate()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_rtc.h206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_rtc.h206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_rtc.h206 #define IS_RTC_MONTH(MONTH) (((MONTH) >= 1) && ((MONTH) <= 12)) macro
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_rtc.c681 assert_param(IS_RTC_MONTH(RTC_DateStruct->Month)); in RTC_SetDate()
688 assert_param(IS_RTC_MONTH(tmpregister)); in RTC_SetDate()

Completed in 758 milliseconds

12