Home
last modified time | relevance | path

Searched refs:ADJUST (Results 1 – 14 of 14) sorted by relevance

/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_spi.h323 #define IS_SPI_SlaveAdjust(ADJUST) (((ADJUST) == SPI_SlaveAdjust_FAST) || \ argument
324 ((ADJUST) == SPI_SlaveAdjust_LOW))
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_spi.h367 #define IS_SPI_SlaveAdjust(ADJUST) (((ADJUST) == SPI_SlaveAdjust_FAST) || \ argument
368 ((ADJUST) == SPI_SlaveAdjust_LOW))
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_spi.h367 #define IS_SPI_SlaveAdjust(ADJUST) (((ADJUST) == SPI_SlaveAdjust_FAST) || \ argument
368 ((ADJUST) == SPI_SlaveAdjust_LOW))
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_spi.h367 #define IS_SPI_SlaveAdjust(ADJUST) (((ADJUST) == SPI_SlaveAdjust_FAST) || \ argument
368 ((ADJUST) == SPI_SlaveAdjust_LOW))
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl_rtc.c65 RTCx->ADJUST = 0x00000000U; in FL_RTC_DeInit()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_RTC.c67 RTC->ADJUST = hrtc->u32_Compensation | hrtc->u32_CompensationValue; in HAL_RTC_Config()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_RTC.c67 RTC->ADJUST = hrtc->u32_Compensation | hrtc->u32_CompensationValue; in HAL_RTC_Config()
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_rtc.h1257 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()
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h184 __IO uint32_t ADJUST; // 0x30 member
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DACM32F4.h215 __IO uint32_t ADJUST; member
/bsp/fm33lc026/libraries/FM/FM33xx/Include/
A Dfm33lc0xx.h514 …__IO uint32_t ADJUST; /*!< RTC time Adjust Register, Address … member
A Dfm33lg0xx.h770 …__IO uint32_t ADJUST; /*!< RTCA time Adjust Register, … member
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/
A Dfm33lc0xx.h514 …__IO uint32_t ADJUST; /*!< RTC time Adjust Register, Address … member
A Dfm33lg0xx.h770 …__IO uint32_t ADJUST; /*!< RTCA time Adjust Register, … member

Completed in 62 milliseconds