Home
last modified time | relevance | path

Searched refs:IS_RTC_IT (Results 1 – 2 of 2) sorted by relevance

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rtc.c92 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ITConfig()
320 assert_param(IS_RTC_IT(RTC_IT)); in RTC_ClearITPendingBit()
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rtc.h60 #define IS_RTC_IT(IT) ((((IT) & (uint16_t)0xFFF8) == 0x00) && ((IT) != 0x00)) macro

Completed in 3 milliseconds