Home
last modified time | relevance | path

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

/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rtc.h306 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WakeUpClock_RTCCLK_Div16) || \ argument
307 ((CLOCK) == RTC_WakeUpClock_RTCCLK_Div8) || \
308 ((CLOCK) == RTC_WakeUpClock_RTCCLK_Div4) || \
309 ((CLOCK) == RTC_WakeUpClock_RTCCLK_Div2) || \
310 ((CLOCK) == RTC_WakeUpClock_CK_SPRE_16bits) || \
311 ((CLOCK) == RTC_WakeUpClock_CK_SPRE_17bits))
A Dstm32f2xx_usart.h197 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_Clock_Disable) || \ argument
198 ((CLOCK) == USART_Clock_Enable))
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc_ex.h1018 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \ argument
1019 ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV8) || \
1020 ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV4) || \
1021 ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV2) || \
1022 ((CLOCK) == RTC_WAKEUPCLOCK_CK_SPRE_16BITS) || \
1023 ((CLOCK) == RTC_WAKEUPCLOCK_CK_SPRE_17BITS))
A Dstm32f0xx_hal_tim.h952 #define IS_TIM_CLOCKSOURCE(CLOCK) (((CLOCK) == TIM_CLOCKSOURCE_INTERNAL) || \ argument
953 ((CLOCK) == TIM_CLOCKSOURCE_ETRMODE2) || \
954 ((CLOCK) == TIM_CLOCKSOURCE_ITR0) || \
955 ((CLOCK) == TIM_CLOCKSOURCE_ITR1) || \
956 ((CLOCK) == TIM_CLOCKSOURCE_ITR2) || \
957 ((CLOCK) == TIM_CLOCKSOURCE_ITR3) || \
958 ((CLOCK) == TIM_CLOCKSOURCE_TI1ED) || \
959 ((CLOCK) == TIM_CLOCKSOURCE_TI1) || \
960 ((CLOCK) == TIM_CLOCKSOURCE_TI2) || \
961 ((CLOCK) == TIM_CLOCKSOURCE_ETRMODE1))
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rtc.h365 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WakeUpClock_RTCCLK_Div16) || \ argument
366 ((CLOCK) == RTC_WakeUpClock_RTCCLK_Div8) || \
367 ((CLOCK) == RTC_WakeUpClock_RTCCLK_Div4) || \
368 ((CLOCK) == RTC_WakeUpClock_RTCCLK_Div2) || \
369 ((CLOCK) == RTC_WakeUpClock_CK_SPRE_16bits) || \
370 ((CLOCK) == RTC_WakeUpClock_CK_SPRE_17bits))
A Dstm32f4xx_usart.h194 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_Clock_Disable) || \ argument
195 ((CLOCK) == USART_Clock_Enable))
A Dstm32f4xx_dfsdm.h119 #define IS_DFSDM_CLOCK(CLOCK) (((CLOCK) == DFSDM_Clock_External) || \ argument
120 ((CLOCK) == DFSDM_Clock_Internal) || \
121 ((CLOCK) == DFSDM_Clock_InternalDiv2_Mode1) || \
122 ((CLOCK) == DFSDM_Clock_InternalDiv2_Mode2))
A Dstm32f4xx_sai.h241 #define IS_SAI_BLOCK_CLOCK_STROBING(CLOCK) (((CLOCK) == SAI_ClockStrobing_FallingEdge) || \ argument
242 ((CLOCK) == SAI_ClockStrobing_RisingEdge))
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_i2s.h433 #define IS_I2S_CLOCKSOURCE(CLOCK) (((CLOCK) == I2S_CLOCK_EXTERNAL) || \ argument
434 ((CLOCK) == I2S_CLOCK_SYSCLK))
A Dstm32f7xx_hal_sai.h804 #define IS_SAI_BLOCK_CLOCK_STROBING(CLOCK) (((CLOCK) == SAI_CLOCKSTROBING_FALLINGEDGE) || \ argument
805 ((CLOCK) == SAI_CLOCKSTROBING_RISINGEDGE))
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_usart.h195 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_Clock_Disable) || \ argument
196 ((CLOCK) == USART_Clock_Enable))
/external/platform/nrfx/
A DCHANGELOG.md14 - Added optional two-stage start procedure of the LFXO in the CLOCK driver.
43 - Changed selected while() loops to NRFX_WAIT_FOR() macro in the SPIM, UARTE and CLOCK drivers to i…
47 - Fixed a race condition in the CLOCK driver when requested clock was stopped during ramp-up from h…
53 - Fixed void pointer cast in the CLOCK HAL, which could cause memory corruption with specific compi…
65 - Introduced new clock management system in the CLOCK driver.
67 - Implemented workaround for nRF5340 anomaly 4 in the CLOCK driver.
151 - Added the CTSTARTED and CTSTOPPED events to the CLOCK HAL.
306 - Implemented workarounds for nRF52 anomalies 192 and 201 in the CLOCK driver.
328 - Implemented Errata 132 in the CLOCK driver.
351 - HAL for: ADC, CLOCK, COMP, ECB, EGU, GPIO, GPIOTE, I2S, LPCOMP, NVMC, PDM, POWER, PPI, PWM, QDEC,…
[all …]
/external/platform/nrfx/doc/
A Dnrfx_api.dox18 @defgroup nrf_clock CLOCK
/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c39 #define NRFX_LOG_MODULE CLOCK

Completed in 49 milliseconds