Home
last modified time | relevance | path

Searched refs:DISABLE (Results 1 – 25 of 104) sorted by relevance

12345

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spdifrx.c91 RCC_APB1PeriphResetCmd(RCC_APB1Periph_SPDIFRX, DISABLE); in SPDIFRX_DeInit()
174 if (NewState != DISABLE) in SPDIFRX_SetPreambleTypeBit()
197 if (NewState != DISABLE) in SPDIFRX_SetUserDataChannelStatusBits()
220 if (NewState != DISABLE) in SPDIFRX_SetValidityBit()
243 if (NewState != DISABLE) in SPDIFRX_SetParityBit()
266 if (NewState != DISABLE) in SPDIFRX_RxDMACmd()
289 if (NewState != DISABLE) in SPDIFRX_CbDMACmd()
342 if (NewState != DISABLE) in SPDIFRX_ITConfig()
A Dstm32f4xx_gpio.c135 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOA, DISABLE); in GPIO_DeInit()
140 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOB, DISABLE); in GPIO_DeInit()
145 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOC, DISABLE); in GPIO_DeInit()
150 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOD, DISABLE); in GPIO_DeInit()
155 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOE, DISABLE); in GPIO_DeInit()
160 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOF, DISABLE); in GPIO_DeInit()
165 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOG, DISABLE); in GPIO_DeInit()
170 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOH, DISABLE); in GPIO_DeInit()
176 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOI, DISABLE); in GPIO_DeInit()
181 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOJ, DISABLE); in GPIO_DeInit()
[all …]
A Dstm32f4xx_fmpi2c.c278 if (NewState != DISABLE) in FMPI2C_Cmd()
335 if (NewState != DISABLE) in FMPI2C_ITConfig()
360 if (NewState != DISABLE) in FMPI2C_StretchClockCmd()
385 if (NewState != DISABLE) in FMPI2C_StopModeCmd()
410 if (NewState != DISABLE) in FMPI2C_DualAddressCmd()
474 if (NewState != DISABLE) in FMPI2C_GeneralCallCmd()
499 if (NewState != DISABLE) in FMPI2C_SlaveByteControlCmd()
553 if (NewState != DISABLE) in FMPI2C_10BitAddressingModeCmd()
618 if (NewState != DISABLE) in FMPI2C_AutoEndCmd()
643 if (NewState != DISABLE) in FMPI2C_ReloadCmd()
[all …]
A Dstm32f4xx_usart.c433 if (NewState != DISABLE) in USART_Cmd()
480 if (NewState != DISABLE) in USART_OverSampling8Cmd()
506 if (NewState != DISABLE) in USART_OneBitMethodCmd()
651 if (NewState != DISABLE) in USART_ReceiverWakeUpCmd()
765 if (NewState != DISABLE) in USART_LINCmd()
842 if (NewState != DISABLE) in USART_HalfDuplexCmd()
944 if (NewState != DISABLE) in USART_SmartCardCmd()
969 if (NewState != DISABLE) in USART_SmartCardNACKCmd()
1059 if (NewState != DISABLE) in USART_IrDACmd()
1106 if (NewState != DISABLE) in USART_DMACmd()
[all …]
A Dstm32f4xx_i2c.c318 if (NewState != DISABLE) in I2C_Cmd()
347 if (NewState != DISABLE) in I2C_AnalogFilterCmd()
404 if (NewState != DISABLE) in I2C_GenerateSTART()
428 if (NewState != DISABLE) in I2C_GenerateSTOP()
483 if (NewState != DISABLE) in I2C_AcknowledgeConfig()
533 if (NewState != DISABLE) in I2C_DualAddressCmd()
557 if (NewState != DISABLE) in I2C_GeneralCallCmd()
583 if (NewState != DISABLE) in I2C_SoftwareResetCmd()
607 if (NewState == DISABLE) in I2C_StretchClockCmd()
723 if (NewState != DISABLE) in I2C_ARPCmd()
[all …]
A Dstm32f4xx_pwr.c167 RCC_APB1PeriphResetCmd(RCC_APB1Periph_PWR, DISABLE); in PWR_DeInit()
518 if (NewState != DISABLE) in PWR_UnderDriveCmd()
545 if (NewState != DISABLE) in PWR_MainRegulatorUnderDriveCmd()
551 *(__IO uint32_t *) CR_MRUDS_BB = (uint32_t)DISABLE; in PWR_MainRegulatorUnderDriveCmd()
569 if (NewState != DISABLE) in PWR_LowRegulatorUnderDriveCmd()
575 *(__IO uint32_t *) CR_LPUDS_BB = (uint32_t)DISABLE; in PWR_LowRegulatorUnderDriveCmd()
595 if (NewState != DISABLE) in PWR_MainRegulatorLowVoltageCmd()
601 *(__IO uint32_t *) CR_MRLVDS_BB = (uint32_t)DISABLE; in PWR_MainRegulatorLowVoltageCmd()
619 if (NewState != DISABLE) in PWR_LowRegulatorLowVoltageCmd()
625 *(__IO uint32_t *) CR_LPLVDS_BB = (uint32_t)DISABLE; in PWR_LowRegulatorLowVoltageCmd()
A Dstm32f4xx_spi.c234 RCC_APB2PeriphResetCmd(RCC_APB2Periph_SPI1, DISABLE); in SPI_I2S_DeInit()
241 RCC_APB1PeriphResetCmd(RCC_APB1Periph_SPI2, DISABLE); in SPI_I2S_DeInit()
248 RCC_APB1PeriphResetCmd(RCC_APB1Periph_SPI3, DISABLE); in SPI_I2S_DeInit()
255 RCC_APB2PeriphResetCmd(RCC_APB2Periph_SPI4, DISABLE); in SPI_I2S_DeInit()
549 if (NewState != DISABLE) in SPI_Cmd()
575 if (NewState != DISABLE) in I2S_Cmd()
671 if (NewState != DISABLE) in SPI_SSOutputCmd()
703 if (NewState != DISABLE) in SPI_TIModeCmd()
919 if (NewState != DISABLE) in SPI_CalculateCRC()
1023 if (NewState != DISABLE) in SPI_I2S_DMACmd()
[all …]
A Dstm32f4xx_dbgmcu.c89 if (NewState != DISABLE) in DBGMCU_Config()
129 if (NewState != DISABLE) in DBGMCU_APB1PeriphConfig()
158 if (NewState != DISABLE) in DBGMCU_APB2PeriphConfig()
A Dstm32f4xx_adc.c404 if (NewState != DISABLE) in ADC_Cmd()
593 if (NewState != DISABLE) in ADC_TempSensorVrefintCmd()
619 if (NewState != DISABLE) in ADC_VBATCmd()
885 if (NewState != DISABLE) in ADC_EOCOnEachRegularChannelCmd()
910 if (NewState != DISABLE) in ADC_ContinuousModeCmd()
968 if (NewState != DISABLE) in ADC_DiscModeCmd()
1057 if (NewState != DISABLE) in ADC_DMACmd()
1081 if (NewState != DISABLE) in ADC_DMARequestAfterLastTransferCmd()
1107 if (NewState != DISABLE) in ADC_MultiModeDMARequestAfterLastTransferCmd()
1428 if (NewState != DISABLE) in ADC_AutoInjectedConvCmd()
[all …]
A Dstm32f4xx_dac.c192 RCC_APB1PeriphResetCmd(RCC_APB1Periph_DAC, DISABLE); in DAC_DeInit()
272 if (NewState != DISABLE) in DAC_Cmd()
300 if (NewState != DISABLE) in DAC_SoftwareTriggerCmd()
323 if (NewState != DISABLE) in DAC_DualSoftwareTriggerCmd()
356 if (NewState != DISABLE) in DAC_WaveGenerationCmd()
516 if (NewState != DISABLE) in DAC_DMACmd()
565 if (NewState != DISABLE) in DAC_ITConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_usart.c420 if (NewState != DISABLE) in USART_Cmd()
467 if (NewState != DISABLE) in USART_OverSampling8Cmd()
493 if (NewState != DISABLE) in USART_OneBitMethodCmd()
637 if (NewState != DISABLE) in USART_ReceiverWakeUpCmd()
751 if (NewState != DISABLE) in USART_LINCmd()
828 if (NewState != DISABLE) in USART_HalfDuplexCmd()
931 if (NewState != DISABLE) in USART_SmartCardCmd()
956 if (NewState != DISABLE) in USART_SmartCardNACKCmd()
1046 if (NewState != DISABLE) in USART_IrDACmd()
1093 if (NewState != DISABLE) in USART_DMACmd()
[all …]
A Dstm32f2xx_i2c.c319 if (NewState != DISABLE) in I2C_Cmd()
343 if (NewState != DISABLE) in I2C_GenerateSTART()
367 if (NewState != DISABLE) in I2C_GenerateSTOP()
422 if (NewState != DISABLE) in I2C_AcknowledgeConfig()
472 if (NewState != DISABLE) in I2C_DualAddressCmd()
496 if (NewState != DISABLE) in I2C_GeneralCallCmd()
522 if (NewState != DISABLE) in I2C_SoftwareResetCmd()
546 if (NewState == DISABLE) in I2C_StretchClockCmd()
662 if (NewState != DISABLE) in I2C_ARPCmd()
744 if (NewState != DISABLE) in I2C_TransmitPEC()
[all …]
A Dstm32f2xx_gpio.c134 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOA, DISABLE); in GPIO_DeInit()
139 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOB, DISABLE); in GPIO_DeInit()
144 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOC, DISABLE); in GPIO_DeInit()
149 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOD, DISABLE); in GPIO_DeInit()
154 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOE, DISABLE); in GPIO_DeInit()
159 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOF, DISABLE); in GPIO_DeInit()
164 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOG, DISABLE); in GPIO_DeInit()
169 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOH, DISABLE); in GPIO_DeInit()
176 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_GPIOI, DISABLE); in GPIO_DeInit()
A Dstm32f2xx_rcc.c1100 if (NewState != DISABLE) in RCC_AHB1PeriphClockCmd()
1132 if (NewState != DISABLE) in RCC_AHB2PeriphClockCmd()
1159 if (NewState != DISABLE) in RCC_AHB3PeriphClockCmd()
1209 if (NewState != DISABLE) in RCC_APB1PeriphClockCmd()
1249 if (NewState != DISABLE) in RCC_APB2PeriphClockCmd()
1288 if (NewState != DISABLE) in RCC_AHB1PeriphResetCmd()
1317 if (NewState != DISABLE) in RCC_AHB2PeriphResetCmd()
1341 if (NewState != DISABLE) in RCC_AHB3PeriphResetCmd()
1387 if (NewState != DISABLE) in RCC_APB1PeriphResetCmd()
1423 if (NewState != DISABLE) in RCC_APB2PeriphResetCmd()
[all …]
A Dstm32f2xx_dbgmcu.c89 if (NewState != DISABLE) in DBGMCU_Config()
129 if (NewState != DISABLE) in DBGMCU_APB1PeriphConfig()
158 if (NewState != DISABLE) in DBGMCU_APB2PeriphConfig()
A Dstm32f2xx_adc.c403 if (NewState != DISABLE) in ADC_Cmd()
595 if (NewState != DISABLE) in ADC_TempSensorVrefintCmd()
617 if (NewState != DISABLE) in ADC_VBATCmd()
884 if (NewState != DISABLE) in ADC_EOCOnEachRegularChannelCmd()
909 if (NewState != DISABLE) in ADC_ContinuousModeCmd()
967 if (NewState != DISABLE) in ADC_DiscModeCmd()
1059 if (NewState != DISABLE) in ADC_DMACmd()
1083 if (NewState != DISABLE) in ADC_DMARequestAfterLastTransferCmd()
1109 if (NewState != DISABLE) in ADC_MultiModeDMARequestAfterLastTransferCmd()
1430 if (NewState != DISABLE) in ADC_AutoInjectedConvCmd()
[all …]
A Dstm32f2xx_dac.c185 RCC_APB1PeriphResetCmd(RCC_APB1Periph_DAC, DISABLE); in DAC_DeInit()
265 if (NewState != DISABLE) in DAC_Cmd()
293 if (NewState != DISABLE) in DAC_SoftwareTriggerCmd()
316 if (NewState != DISABLE) in DAC_DualSoftwareTriggerCmd()
349 if (NewState != DISABLE) in DAC_WaveGenerationCmd()
509 if (NewState != DISABLE) in DAC_DMACmd()
558 if (NewState != DISABLE) in DAC_ITConfig()
A Dstm32f2xx_spi.c187 RCC_APB2PeriphResetCmd(RCC_APB2Periph_SPI1, DISABLE); in SPI_I2S_DeInit()
194 RCC_APB1PeriphResetCmd(RCC_APB1Periph_SPI2, DISABLE); in SPI_I2S_DeInit()
203 RCC_APB1PeriphResetCmd(RCC_APB1Periph_SPI3, DISABLE); in SPI_I2S_DeInit()
474 if (NewState != DISABLE) in SPI_Cmd()
499 if (NewState != DISABLE) in I2S_Cmd()
595 if (NewState != DISABLE) in SPI_SSOutputCmd()
627 if (NewState != DISABLE) in SPI_TIModeCmd()
782 if (NewState != DISABLE) in SPI_CalculateCRC()
886 if (NewState != DISABLE) in SPI_I2S_DMACmd()
1003 if (NewState != DISABLE) in SPI_I2S_ITConfig()
A Dstm32f2xx_rng.c106 RCC_AHB2PeriphResetCmd(RCC_AHB2Periph_RNG, DISABLE); in RNG_DeInit()
120 if (NewState != DISABLE) in RNG_Cmd()
279 if (NewState != DISABLE) in RNG_ITConfig()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_i2c.c326 if (NewState != DISABLE) in I2C_Cmd()
350 if (NewState != DISABLE) in I2C_DMACmd()
374 if (NewState != DISABLE) in I2C_DMALastTransferCmd()
398 if (NewState != DISABLE) in I2C_GenerateSTART()
422 if (NewState != DISABLE) in I2C_GenerateSTOP()
446 if (NewState != DISABLE) in I2C_AcknowledgeConfig()
496 if (NewState != DISABLE) in I2C_DualAddressCmd()
520 if (NewState != DISABLE) in I2C_GeneralCallCmd()
551 if (NewState != DISABLE) in I2C_ITConfig()
662 if (NewState != DISABLE) in I2C_SoftwareResetCmd()
[all …]
A Dstm32f10x_usart.c354 if (NewState != DISABLE) in USART_Cmd()
420 if (NewState != DISABLE) in USART_ITConfig()
451 if (NewState != DISABLE) in USART_DMACmd()
521 if (NewState != DISABLE) in USART_ReceiverWakeUpCmd()
569 if (NewState != DISABLE) in USART_LINCmd()
682 if (NewState != DISABLE) in USART_SmartCardCmd()
707 if (NewState != DISABLE) in USART_SmartCardNACKCmd()
734 if (NewState != DISABLE) in USART_HalfDuplexCmd()
765 if (NewState != DISABLE) in USART_OverSampling8Cmd()
792 if (NewState != DISABLE) in USART_OneBitMethodCmd()
[all …]
A Dstm32f10x_adc.c303 if (NewState != DISABLE) in ADC_Cmd()
328 if (NewState != DISABLE) in ADC_DMACmd()
361 if (NewState != DISABLE) in ADC_ITConfig()
461 if (NewState != DISABLE) in ADC_SoftwareStartConvCmd()
540 if (NewState != DISABLE) in ADC_DiscModeCmd()
690 if (NewState != DISABLE) in ADC_ExternalTrigConvCmd()
738 if (NewState != DISABLE) in ADC_AutoInjectedConvCmd()
764 if (NewState != DISABLE) in ADC_InjectedDiscModeCmd()
828 if (NewState != DISABLE) in ADC_ExternalTrigInjectedConvCmd()
853 if (NewState != DISABLE) in ADC_SoftwareStartInjectedConvCmd()
[all …]
A Dstm32f10x_gpio.c115 RCC_APB2PeriphResetCmd(RCC_APB2Periph_GPIOA, DISABLE); in GPIO_DeInit()
120 RCC_APB2PeriphResetCmd(RCC_APB2Periph_GPIOB, DISABLE); in GPIO_DeInit()
125 RCC_APB2PeriphResetCmd(RCC_APB2Periph_GPIOC, DISABLE); in GPIO_DeInit()
130 RCC_APB2PeriphResetCmd(RCC_APB2Periph_GPIOD, DISABLE); in GPIO_DeInit()
135 RCC_APB2PeriphResetCmd(RCC_APB2Periph_GPIOE, DISABLE); in GPIO_DeInit()
140 RCC_APB2PeriphResetCmd(RCC_APB2Periph_GPIOF, DISABLE); in GPIO_DeInit()
147 RCC_APB2PeriphResetCmd(RCC_APB2Periph_GPIOG, DISABLE); in GPIO_DeInit()
161 RCC_APB2PeriphResetCmd(RCC_APB2Periph_AFIO, DISABLE); in GPIO_AFIODeInit()
583 if (NewState != DISABLE) in GPIO_PinRemapConfig()
A Dstm32f10x_dac.c102 RCC_APB1PeriphResetCmd(RCC_APB1Periph_DAC, DISABLE); in DAC_DeInit()
177 if (NewState != DISABLE) in DAC_Cmd()
209 if (NewState != DISABLE) in DAC_ITConfig()
237 if (NewState != DISABLE) in DAC_DMACmd()
264 if (NewState != DISABLE) in DAC_SoftwareTriggerCmd()
287 if (NewState != DISABLE) in DAC_DualSoftwareTriggerCmd()
319 if (NewState != DISABLE) in DAC_WaveGenerationCmd()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f7xx.h139 DISABLE = 0, enumerator
140 ENABLE = !DISABLE
142 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))

Completed in 50 milliseconds

12345