Home
last modified time | relevance | path

Searched refs:NewState (Results 1 – 25 of 54) sorted by relevance

123

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_rcc.c355 void RCC_HSICmd(FunctionalState NewState) in RCC_HSICmd() argument
358 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RCC_HSICmd()
360 *(__IO uint32_t *) CR_HSION_BB = (uint32_t)NewState; in RCC_HSICmd()
420 void RCC_LSICmd(FunctionalState NewState) in RCC_LSICmd() argument
423 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RCC_LSICmd()
425 *(__IO uint32_t *) CSR_LSION_BB = (uint32_t)NewState; in RCC_LSICmd()
486 void RCC_PLLCmd(FunctionalState NewState) in RCC_PLLCmd() argument
489 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RCC_PLLCmd()
490 *(__IO uint32_t *) CR_PLLON_BB = (uint32_t)NewState; in RCC_PLLCmd()
607 void RCC_PLLI2SCmd(FunctionalState NewState) in RCC_PLLI2SCmd() argument
[all …]
Dstm32f4xx_pwr.c157 void PWR_BackupAccessCmd(FunctionalState NewState) in PWR_BackupAccessCmd() argument
160 assert_param(IS_FUNCTIONAL_STATE(NewState)); in PWR_BackupAccessCmd()
162 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)NewState; in PWR_BackupAccessCmd()
230 void PWR_PVDCmd(FunctionalState NewState) in PWR_PVDCmd() argument
233 assert_param(IS_FUNCTIONAL_STATE(NewState)); in PWR_PVDCmd()
235 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)NewState; in PWR_PVDCmd()
264 void PWR_WakeUpPinCmd(FunctionalState NewState) in PWR_WakeUpPinCmd() argument
267 assert_param(IS_FUNCTIONAL_STATE(NewState)); in PWR_WakeUpPinCmd()
269 *(__IO uint32_t *) CSR_EWUP_BB = (uint32_t)NewState; in PWR_WakeUpPinCmd()
361 void PWR_BackupRegulatorCmd(FunctionalState NewState) in PWR_BackupRegulatorCmd() argument
[all …]
Dstm32f4xx_i2c.c313 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd() argument
317 assert_param(IS_FUNCTIONAL_STATE(NewState)); in I2C_Cmd()
318 if (NewState != DISABLE) in I2C_Cmd()
342 void I2C_AnalogFilterCmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_AnalogFilterCmd() argument
346 assert_param(IS_FUNCTIONAL_STATE(NewState)); in I2C_AnalogFilterCmd()
347 if (NewState != DISABLE) in I2C_AnalogFilterCmd()
399 void I2C_GenerateSTART(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_GenerateSTART() argument
403 assert_param(IS_FUNCTIONAL_STATE(NewState)); in I2C_GenerateSTART()
404 if (NewState != DISABLE) in I2C_GenerateSTART()
423 void I2C_GenerateSTOP(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_GenerateSTOP() argument
[all …]
Dstm32f4xx_sdio.c334 void SDIO_ClockCmd(FunctionalState NewState) in SDIO_ClockCmd() argument
337 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SDIO_ClockCmd()
339 *(__IO uint32_t *) CLKCR_CLKEN_BB = (uint32_t)NewState; in SDIO_ClockCmd()
619 void SDIO_StartSDIOReadWait(FunctionalState NewState) in SDIO_StartSDIOReadWait() argument
622 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SDIO_StartSDIOReadWait()
624 *(__IO uint32_t *) DCTRL_RWSTART_BB = (uint32_t) NewState; in SDIO_StartSDIOReadWait()
633 void SDIO_StopSDIOReadWait(FunctionalState NewState) in SDIO_StopSDIOReadWait() argument
636 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SDIO_StopSDIOReadWait()
638 *(__IO uint32_t *) DCTRL_RWSTOP_BB = (uint32_t) NewState; in SDIO_StopSDIOReadWait()
663 void SDIO_SetSDIOOperation(FunctionalState NewState) in SDIO_SetSDIOOperation() argument
[all …]
Dstm32f4xx_dbgmcu.c84 void DBGMCU_Config(uint32_t DBGMCU_Periph, FunctionalState NewState) in DBGMCU_Config() argument
88 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DBGMCU_Config()
89 if (NewState != DISABLE) in DBGMCU_Config()
123 void DBGMCU_APB1PeriphConfig(uint32_t DBGMCU_Periph, FunctionalState NewState) in DBGMCU_APB1PeriphConfig() argument
127 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DBGMCU_APB1PeriphConfig()
129 if (NewState != DISABLE) in DBGMCU_APB1PeriphConfig()
152 void DBGMCU_APB2PeriphConfig(uint32_t DBGMCU_Periph, FunctionalState NewState) in DBGMCU_APB2PeriphConfig() argument
156 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DBGMCU_APB2PeriphConfig()
158 if (NewState != DISABLE) in DBGMCU_APB2PeriphConfig()
Dstm32f4xx_usart.c428 void USART_Cmd(USART_TypeDef* USARTx, FunctionalState NewState) in USART_Cmd() argument
432 assert_param(IS_FUNCTIONAL_STATE(NewState)); in USART_Cmd()
434 if (NewState != DISABLE) in USART_Cmd()
475 void USART_OverSampling8Cmd(USART_TypeDef* USARTx, FunctionalState NewState) in USART_OverSampling8Cmd() argument
479 assert_param(IS_FUNCTIONAL_STATE(NewState)); in USART_OverSampling8Cmd()
481 if (NewState != DISABLE) in USART_OverSampling8Cmd()
501 void USART_OneBitMethodCmd(USART_TypeDef* USARTx, FunctionalState NewState) in USART_OneBitMethodCmd() argument
505 assert_param(IS_FUNCTIONAL_STATE(NewState)); in USART_OneBitMethodCmd()
507 if (NewState != DISABLE) in USART_OneBitMethodCmd()
646 void USART_ReceiverWakeUpCmd(USART_TypeDef* USARTx, FunctionalState NewState) in USART_ReceiverWakeUpCmd() argument
[all …]
Dstm32f4xx_dcmi.c223 void DCMI_CROPCmd(FunctionalState NewState) in DCMI_CROPCmd() argument
226 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DCMI_CROPCmd()
228 if (NewState != DISABLE) in DCMI_CROPCmd()
261 void DCMI_JPEGCmd(FunctionalState NewState) in DCMI_JPEGCmd() argument
264 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DCMI_JPEGCmd()
266 if (NewState != DISABLE) in DCMI_JPEGCmd()
299 void DCMI_Cmd(FunctionalState NewState) in DCMI_Cmd() argument
302 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DCMI_Cmd()
304 if (NewState != DISABLE) in DCMI_Cmd()
322 void DCMI_CaptureCmd(FunctionalState NewState) in DCMI_CaptureCmd() argument
[all …]
Dstm32f4xx_dac.c266 void DAC_Cmd(uint32_t DAC_Channel, FunctionalState NewState) in DAC_Cmd() argument
270 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DAC_Cmd()
272 if (NewState != DISABLE) in DAC_Cmd()
294 void DAC_SoftwareTriggerCmd(uint32_t DAC_Channel, FunctionalState NewState) in DAC_SoftwareTriggerCmd() argument
298 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DAC_SoftwareTriggerCmd()
300 if (NewState != DISABLE) in DAC_SoftwareTriggerCmd()
318 void DAC_DualSoftwareTriggerCmd(FunctionalState NewState) in DAC_DualSoftwareTriggerCmd() argument
321 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DAC_DualSoftwareTriggerCmd()
323 if (NewState != DISABLE) in DAC_DualSoftwareTriggerCmd()
349 void DAC_WaveGenerationCmd(uint32_t DAC_Channel, uint32_t DAC_Wave, FunctionalState NewState) in DAC_WaveGenerationCmd() argument
[all …]
Dstm32f4xx_adc.c399 void ADC_Cmd(ADC_TypeDef* ADCx, FunctionalState NewState) in ADC_Cmd() argument
403 assert_param(IS_FUNCTIONAL_STATE(NewState)); in ADC_Cmd()
404 if (NewState != DISABLE) in ADC_Cmd()
589 void ADC_TempSensorVrefintCmd(FunctionalState NewState) in ADC_TempSensorVrefintCmd() argument
592 assert_param(IS_FUNCTIONAL_STATE(NewState)); in ADC_TempSensorVrefintCmd()
593 if (NewState != DISABLE) in ADC_TempSensorVrefintCmd()
615 void ADC_VBATCmd(FunctionalState NewState) in ADC_VBATCmd() argument
618 assert_param(IS_FUNCTIONAL_STATE(NewState)); in ADC_VBATCmd()
619 if (NewState != DISABLE) in ADC_VBATCmd()
879 void ADC_EOCOnEachRegularChannelCmd(ADC_TypeDef* ADCx, FunctionalState NewState) in ADC_EOCOnEachRegularChannelCmd() argument
[all …]
Dstm32f4xx_flash.c292 void FLASH_PrefetchBufferCmd(FunctionalState NewState) in FLASH_PrefetchBufferCmd() argument
295 assert_param(IS_FUNCTIONAL_STATE(NewState)); in FLASH_PrefetchBufferCmd()
298 if(NewState != DISABLE) in FLASH_PrefetchBufferCmd()
314 void FLASH_InstructionCacheCmd(FunctionalState NewState) in FLASH_InstructionCacheCmd() argument
317 assert_param(IS_FUNCTIONAL_STATE(NewState)); in FLASH_InstructionCacheCmd()
319 if(NewState != DISABLE) in FLASH_InstructionCacheCmd()
335 void FLASH_DataCacheCmd(FunctionalState NewState) in FLASH_DataCacheCmd() argument
338 assert_param(IS_FUNCTIONAL_STATE(NewState)); in FLASH_DataCacheCmd()
340 if(NewState != DISABLE) in FLASH_DataCacheCmd()
1006 void FLASH_OB_WRPConfig(uint32_t OB_WRP, FunctionalState NewState) in FLASH_OB_WRPConfig() argument
[all …]
Dstm32f4xx_spi.c544 void SPI_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_Cmd() argument
548 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SPI_Cmd()
549 if (NewState != DISABLE) in SPI_Cmd()
569 void I2S_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in I2S_Cmd() argument
573 assert_param(IS_FUNCTIONAL_STATE(NewState)); in I2S_Cmd()
575 if (NewState != DISABLE) in I2S_Cmd()
666 void SPI_SSOutputCmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_SSOutputCmd() argument
670 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SPI_SSOutputCmd()
671 if (NewState != DISABLE) in SPI_SSOutputCmd()
697 void SPI_TIModeCmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_TIModeCmd() argument
[all …]
Dstm32f4xx_rng.c114 void RNG_Cmd(FunctionalState NewState) in RNG_Cmd() argument
117 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RNG_Cmd()
119 if (NewState != DISABLE) in RNG_Cmd()
267 void RNG_ITConfig(FunctionalState NewState) in RNG_ITConfig() argument
270 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RNG_ITConfig()
272 if (NewState != DISABLE) in RNG_ITConfig()
Dstm32f4xx_dma2d.c273 void DMA2D_Suspend(FunctionalState NewState) in DMA2D_Suspend() argument
276 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DMA2D_Suspend()
278 if (NewState != DISABLE) in DMA2D_Suspend()
491 void DMA2D_FGStart(FunctionalState NewState) in DMA2D_FGStart() argument
494 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DMA2D_FGStart()
496 if (NewState != DISABLE) in DMA2D_FGStart()
515 void DMA2D_BGStart(FunctionalState NewState) in DMA2D_BGStart() argument
518 assert_param(IS_FUNCTIONAL_STATE(NewState)); in DMA2D_BGStart()
520 if (NewState != DISABLE) in DMA2D_BGStart()
538 void DMA2D_DeadTimeConfig(uint32_t DMA2D_DeadTime, FunctionalState NewState) in DMA2D_DeadTimeConfig() argument
[all …]
Dstm32f4xx_syscfg.c139 void SYSCFG_MemorySwappingBank(FunctionalState NewState) in SYSCFG_MemorySwappingBank() argument
142 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SYSCFG_MemorySwappingBank()
144 *(__IO uint32_t *) UFB_MODE_BB = (uint32_t)NewState; in SYSCFG_MemorySwappingBank()
200 void SYSCFG_CompensationCellCmd(FunctionalState NewState) in SYSCFG_CompensationCellCmd() argument
203 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SYSCFG_CompensationCellCmd()
205 *(__IO uint32_t *) CMPCR_CMP_PD_BB = (uint32_t)NewState; in SYSCFG_CompensationCellCmd()
Dstm32f4xx_hash.c465 void HASH_AutoStartDigest(FunctionalState NewState) in HASH_AutoStartDigest() argument
468 assert_param(IS_FUNCTIONAL_STATE(NewState)); in HASH_AutoStartDigest()
470 if (NewState != DISABLE) in HASH_AutoStartDigest()
489 void HASH_DMACmd(FunctionalState NewState) in HASH_DMACmd() argument
492 assert_param(IS_FUNCTIONAL_STATE(NewState)); in HASH_DMACmd()
494 if (NewState != DISABLE) in HASH_DMACmd()
581 void HASH_ITConfig(uint32_t HASH_IT, FunctionalState NewState) in HASH_ITConfig() argument
585 assert_param(IS_FUNCTIONAL_STATE(NewState)); in HASH_ITConfig()
587 if (NewState != DISABLE) in HASH_ITConfig()
Dstm32f4xx_rtc.c525 void RTC_WriteProtectionCmd(FunctionalState NewState) in RTC_WriteProtectionCmd() argument
528 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RTC_WriteProtectionCmd()
530 if (NewState != DISABLE) in RTC_WriteProtectionCmd()
662 ErrorStatus RTC_RefClockCmd(FunctionalState NewState) in RTC_RefClockCmd() argument
667 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RTC_RefClockCmd()
680 if (NewState != DISABLE) in RTC_RefClockCmd()
710 void RTC_BypassShadowCmd(FunctionalState NewState) in RTC_BypassShadowCmd() argument
713 assert_param(IS_FUNCTIONAL_STATE(NewState)); in RTC_BypassShadowCmd()
719 if (NewState != DISABLE) in RTC_BypassShadowCmd()
1310 ErrorStatus RTC_AlarmCmd(uint32_t RTC_Alarm, FunctionalState NewState) in RTC_AlarmCmd() argument
[all …]
Dstm32f4xx_flash_ramfunc.c105 __RAM_FUNC FLASH_FlashInterfaceCmd(FunctionalState NewState) in FLASH_FlashInterfaceCmd() argument
107 if (NewState != DISABLE) in FLASH_FlashInterfaceCmd()
128 __RAM_FUNC FLASH_FlashSleepModeCmd(FunctionalState NewState) in FLASH_FlashSleepModeCmd() argument
130 if (NewState != DISABLE) in FLASH_FlashSleepModeCmd()
Dstm32f4xx_sai.c432 void SAI_Cmd(SAI_Block_TypeDef* SAI_Block_x, FunctionalState NewState) in SAI_Cmd() argument
436 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SAI_Cmd()
437 if (NewState != DISABLE) in SAI_Cmd()
536 void SAI_MuteModeCmd(SAI_Block_TypeDef* SAI_Block_x, FunctionalState NewState) in SAI_MuteModeCmd() argument
540 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SAI_MuteModeCmd()
541 if (NewState != DISABLE) in SAI_MuteModeCmd()
702 void SAI_DMACmd(SAI_Block_TypeDef* SAI_Block_x, FunctionalState NewState) in SAI_DMACmd() argument
706 assert_param(IS_FUNCTIONAL_STATE(NewState)); in SAI_DMACmd()
708 if (NewState != DISABLE) in SAI_DMACmd()
846 void SAI_ITConfig(SAI_Block_TypeDef* SAI_Block_x, uint32_t SAI_IT, FunctionalState NewState) in SAI_ITConfig() argument
[all …]
Dstm32f4xx_ltdc.c238 void LTDC_Cmd(FunctionalState NewState) in LTDC_Cmd() argument
241 assert_param(IS_FUNCTIONAL_STATE(NewState)); in LTDC_Cmd()
243 if (NewState != DISABLE) in LTDC_Cmd()
262 void LTDC_DitherCmd(FunctionalState NewState) in LTDC_DitherCmd() argument
265 assert_param(IS_FUNCTIONAL_STATE(NewState)); in LTDC_DitherCmd()
267 if (NewState != DISABLE) in LTDC_DitherCmd()
486 void LTDC_LayerCmd(LTDC_Layer_TypeDef* LTDC_Layerx, FunctionalState NewState) in LTDC_LayerCmd() argument
489 assert_param(IS_FUNCTIONAL_STATE(NewState)); in LTDC_LayerCmd()
491 if (NewState != DISABLE) in LTDC_LayerCmd()
574 …* LTDC_Layerx, LTDC_ColorKeying_InitTypeDef* LTDC_colorkeying_InitStruct, FunctionalState NewState) in LTDC_ColorKeyingConfig() argument
[all …]
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4x7_ETH_Driver/src/
Dstm32f4x7_eth.c623 void ETH_MACTransmissionCmd(FunctionalState NewState) in ETH_MACTransmissionCmd() argument
626 assert_param(IS_FUNCTIONAL_STATE(NewState)); in ETH_MACTransmissionCmd()
628 if (NewState != DISABLE) in ETH_MACTransmissionCmd()
647 void ETH_MACReceptionCmd(FunctionalState NewState) in ETH_MACReceptionCmd() argument
650 assert_param(IS_FUNCTIONAL_STATE(NewState)); in ETH_MACReceptionCmd()
652 if (NewState != DISABLE) in ETH_MACReceptionCmd()
704 void ETH_BackPressureActivationCmd(FunctionalState NewState) in ETH_BackPressureActivationCmd() argument
707 assert_param(IS_FUNCTIONAL_STATE(NewState)); in ETH_BackPressureActivationCmd()
709 if (NewState != DISABLE) in ETH_BackPressureActivationCmd()
791 void ETH_MACITConfig(uint32_t ETH_MAC_IT, FunctionalState NewState) in ETH_MACITConfig() argument
[all …]
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_pwr.h168 void PWR_BackupAccessCmd(FunctionalState NewState);
172 void PWR_PVDCmd(FunctionalState NewState);
175 void PWR_WakeUpPinCmd(FunctionalState NewState);
178 void PWR_BackupRegulatorCmd(FunctionalState NewState);
180 void PWR_OverDriveCmd(FunctionalState NewState);
181 void PWR_OverDriveSWCmd(FunctionalState NewState);
182 void PWR_UnderDriveCmd(FunctionalState NewState);
183 void PWR_MainRegulatorLowVoltageCmd(FunctionalState NewState);
184 void PWR_LowRegulatorLowVoltageCmd(FunctionalState NewState);
187 void PWR_FlashPowerDownCmd(FunctionalState NewState);
Dstm32f4xx_rcc.h547 void RCC_HSICmd(FunctionalState NewState);
549 void RCC_LSICmd(FunctionalState NewState);
551 void RCC_PLLCmd(FunctionalState NewState);
562 void RCC_PLLI2SCmd(FunctionalState NewState);
564 void RCC_PLLSAICmd(FunctionalState NewState);
565 void RCC_ClockSecuritySystemCmd(FunctionalState NewState);
579 void RCC_RTCCLKCmd(FunctionalState NewState);
580 void RCC_BackupResetCmd(FunctionalState NewState);
589 void RCC_AHB1PeriphClockCmd(uint32_t RCC_AHB1Periph, FunctionalState NewState);
590 void RCC_AHB2PeriphClockCmd(uint32_t RCC_AHB2Periph, FunctionalState NewState);
[all …]
Dstm32f4xx_i2c.h553 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
555 void I2C_AnalogFilterCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
556 void I2C_GenerateSTART(I2C_TypeDef* I2Cx, FunctionalState NewState);
557 void I2C_GenerateSTOP(I2C_TypeDef* I2Cx, FunctionalState NewState);
559 void I2C_AcknowledgeConfig(I2C_TypeDef* I2Cx, FunctionalState NewState);
561 void I2C_DualAddressCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
562 void I2C_GeneralCallCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
563 void I2C_SoftwareResetCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
564 void I2C_StretchClockCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
568 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
[all …]
Dstm32f4xx_usart.h376 void USART_Cmd(USART_TypeDef* USARTx, FunctionalState NewState);
378 void USART_OverSampling8Cmd(USART_TypeDef* USARTx, FunctionalState NewState);
379 void USART_OneBitMethodCmd(USART_TypeDef* USARTx, FunctionalState NewState);
388 void USART_ReceiverWakeUpCmd(USART_TypeDef* USARTx, FunctionalState NewState);
392 void USART_LINCmd(USART_TypeDef* USARTx, FunctionalState NewState);
396 void USART_HalfDuplexCmd(USART_TypeDef* USARTx, FunctionalState NewState);
399 void USART_SmartCardCmd(USART_TypeDef* USARTx, FunctionalState NewState);
400 void USART_SmartCardNACKCmd(USART_TypeDef* USARTx, FunctionalState NewState);
405 void USART_IrDACmd(USART_TypeDef* USARTx, FunctionalState NewState);
408 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState);
[all …]
Dstm32f4xx_sdio.h482 void SDIO_ClockCmd(FunctionalState NewState);
501 void SDIO_StartSDIOReadWait(FunctionalState NewState);
502 void SDIO_StopSDIOReadWait(FunctionalState NewState);
504 void SDIO_SetSDIOOperation(FunctionalState NewState);
505 void SDIO_SendSDIOSuspendCmd(FunctionalState NewState);
508 void SDIO_CommandCompletionCmd(FunctionalState NewState);
509 void SDIO_CEATAITCmd(FunctionalState NewState);
510 void SDIO_SendCEATACmd(FunctionalState NewState);
513 void SDIO_DMACmd(FunctionalState NewState);
516 void SDIO_ITConfig(uint32_t SDIO_IT, FunctionalState NewState);

123