Searched refs:ADJUST (Results 1 – 14 of 14) sorted by relevance
323 #define IS_SPI_SlaveAdjust(ADJUST) (((ADJUST) == SPI_SlaveAdjust_FAST) || \ argument324 ((ADJUST) == SPI_SlaveAdjust_LOW))
367 #define IS_SPI_SlaveAdjust(ADJUST) (((ADJUST) == SPI_SlaveAdjust_FAST) || \ argument368 ((ADJUST) == SPI_SlaveAdjust_LOW))
65 RTCx->ADJUST = 0x00000000U; in FL_RTC_DeInit()
67 RTC->ADJUST = hrtc->u32_Compensation | hrtc->u32_CompensationValue; in HAL_RTC_Config()
1257 return (uint32_t)(READ_BIT(RTCx->ADJUST, (0x1ffU << 0U)) >> 0U); in FL_RTC_ReadAdjustValue()1269 MODIFY_REG(RTCx->ADJUST, (0x1ffU << 0U), (adjustValue << 0U)); in FL_RTC_WriteAdjustValue()
184 __IO uint32_t ADJUST; // 0x30 member
215 __IO uint32_t ADJUST; member
514 …__IO uint32_t ADJUST; /*!< RTC time Adjust Register, Address … member
770 …__IO uint32_t ADJUST; /*!< RTCA time Adjust Register, … member
Completed in 62 milliseconds