Home
last modified time | relevance | path

Searched refs:RTC_TAFCR_TSINSEL (Results 1 – 25 of 33) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h506 #define LL_RTC_TimeStampPin_Pos1 RTC_TAFCR_TSINSEL /*!< Use RTC_AF2 as TIMESTAMP */
2287 MODIFY_REG(RTCx->TAFCR, RTC_TAFCR_TSINSEL, TSPin); in LL_RTC_TS_SetPin()
2301 return (uint32_t)(READ_BIT(RTCx->TAFCR, RTC_TAFCR_TSINSEL)); in LL_RTC_TS_GetPin()
Dstm32f2xx_hal_rtc_ex.h109 #define RTC_TIMESTAMPPIN_POS1 RTC_TAFCR_TSINSEL
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rtc_ex.c177 hrtc->Instance->TAFCR &= (uint32_t)~RTC_TAFCR_TSINSEL; in HAL_RTCEx_SetTimeStamp()
245 hrtc->Instance->TAFCR &= (uint32_t)~RTC_TAFCR_TSINSEL; in HAL_RTCEx_SetTimeStamp_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h564 #define LL_RTC_TimeStampPin_Pos1 RTC_TAFCR_TSINSEL /*!< Use RTC_AF2 as TIMESTAMP */
2531 MODIFY_REG(RTCx->TAFCR, RTC_TAFCR_TSINSEL, TSPin); in LL_RTC_TS_SetPin()
2547 return (uint32_t)(READ_BIT(RTCx->TAFCR, RTC_TAFCR_TSINSEL)); in LL_RTC_TS_GetPin()
Dstm32f4xx_hal_rtc_ex.h125 #define RTC_TIMESTAMPPIN_POS1 RTC_TAFCR_TSINSEL
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c200 hrtc->Instance->TAFCR &= (uint32_t)~RTC_TAFCR_TSINSEL; in HAL_RTCEx_SetTimeStamp()
272 hrtc->Instance->TAFCR &= (uint32_t)~RTC_TAFCR_TSINSEL; in HAL_RTCEx_SetTimeStamp_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h5416 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f410rx.h5420 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f410tx.h5376 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f401xc.h5093 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f401xe.h5093 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f411xe.h5124 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f405xx.h10578 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f412cx.h9733 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f415xx.h10863 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f423xx.h11261 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f407xx.h10914 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f412zx.h10731 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f412rx.h10698 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f412vx.h10709 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f413xx.h11111 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h10365 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f205xx.h10110 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f207xx.h10445 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro
Dstm32f217xx.h10700 #define RTC_TAFCR_TSINSEL RTC_TAFCR_TSINSEL_Msk macro

12