| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_rcc.h | 259 void RCC_HSICmd(FunctionalState state); 263 void RCC_PLLCmd(FunctionalState state); 269 void RCC_LSICmd(FunctionalState state); 271 void RCC_RTCCLKCmd(FunctionalState state); 274 void RCC_BackupResetCmd(FunctionalState state); 277 void RCC_AHBPeriphClockCmd(u32 ahb_periph, FunctionalState state); 278 void RCC_AHB2PeriphClockCmd(u32 ahb_periph, FunctionalState state); 279 void RCC_AHB3PeriphClockCmd(u32 ahb_periph, FunctionalState state); 280 void RCC_AHBPeriphResetCmd(u32 ahb_periph, FunctionalState state); 288 void RCC_ClockSecuritySystemCmd(FunctionalState state); [all …]
|
| A D | hal_uart.h | 176 void UART_Cmd(UART_TypeDef* uart, FunctionalState state); 177 void UART_ITConfig(UART_TypeDef* uart, u16 it, FunctionalState state); 178 void UART_DMACmd(UART_TypeDef* uart, u16 dma_request, FunctionalState state); 188 void UART_ReceiverWakeUpCmd(UART_TypeDef* uart, FunctionalState state); 191 void UART_Enable9bit(UART_TypeDef* uart, FunctionalState state); 192 void UART_Set9bitLevel(UART_TypeDef* uart, FunctionalState state); 194 void UART_Set9bitAutomaticToggle(UART_TypeDef* uart, FunctionalState state); 195 void UART_HalfDuplexCmd(UART_TypeDef* uart, FunctionalState state); 197 void UART_SmartCardCmd(UART_TypeDef* uart, FunctionalState state); 198 void UART_SmartCardNACKCmd(UART_TypeDef* uart, FunctionalState state); [all …]
|
| A D | hal_adc.h | 295 void ADC_Cmd(ADC_TypeDef* adc, FunctionalState state); 296 void ADC_DMACmd(ADC_TypeDef* adc, FunctionalState state); 300 void ADC_ExternalTrigConvCmd(ADC_TypeDef* adc, FunctionalState state); 303 void ADC_AnalogWatchdogCmd(ADC_TypeDef* adc, FunctionalState state); 306 void ADC_TempSensorVrefintCmd(FunctionalState state); 315 void ADC_TempSensorCmd(FunctionalState state); 316 void ADC_VrefintCmd(FunctionalState state); 317 void exADC_TempSensorVrefintCmd(u32 chs, FunctionalState state); 320 void ADC_ANY_Cmd(ADC_TypeDef* adc, FunctionalState state); 321 void ADC_AutoInjectedConvCmd(ADC_TypeDef* adc, FunctionalState state); [all …]
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | air105_sensor.h | 39 FunctionalState SENSOR_Port_Enable; 41 FunctionalState SENSOR_GlitchEnable; 45 FunctionalState SENSOR_PUPU_Enable; 46 FunctionalState SENSOR_Trig_Hold_Enable; 169 uint32_t SENSOR_EXTCmd(FunctionalState NewState); 180 FunctionalState SENSOR_GetEXTTrigPull(void); 181 FunctionalState SENSOR_SetEXTTrigPull(FunctionalState NewState); 183 FunctionalState SENSOR_GetEXTFilter(void); 184 FunctionalState SENSOR_SetEXTFilter(FunctionalState NewState); 204 FunctionalState SENSOR_GetEXTPulsePull(void); [all …]
|
| A D | air105_adc.h | 99 FunctionalState ADC_IRQ_EN; /* ADC IRQ/Polling Select */ 100 FunctionalState ADC_FIFO_EN; /* ADC FIFO Enable Select */ 108 void ADC_StartCmd(FunctionalState NewState); 114 void ADC_ITCmd(FunctionalState NewState); 116 void ADC_FIFOOverflowITcmd(FunctionalState NewState); 118 void ADC_BuffCmd(FunctionalState NewState); 120 void ADC_DivResistorCmd(FunctionalState NewState); 132 FunctionalState ADC_IsDivResistorEnable(void);
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_i2c.h | 391 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 394 void I2C_StretchClockCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 396 void I2C_DualAddressCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 398 void I2C_GeneralCallCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 404 void I2C_AutoEndCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 405 void I2C_ReloadCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 408 void I2C_GenerateSTART(I2C_TypeDef* I2Cx, FunctionalState NewState); 409 void I2C_GenerateSTOP(I2C_TypeDef* I2Cx, FunctionalState NewState); 417 void I2C_SMBusAlertCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 423 void I2C_CalculatePEC(I2C_TypeDef* I2Cx, FunctionalState NewState); [all …]
|
| A D | hk32f0xx_usart.h | 502 void USART_Cmd(USART_TypeDef* USARTx, FunctionalState NewState); 505 void USART_OverSampling8Cmd(USART_TypeDef* USARTx, FunctionalState NewState); 506 void USART_OneBitMethodCmd(USART_TypeDef* USARTx, FunctionalState NewState); 507 void USART_MSBFirstCmd(USART_TypeDef* USARTx, FunctionalState NewState); 508 void USART_DataInvCmd(USART_TypeDef* USARTx, FunctionalState NewState); 510 void USART_SWAPPinCmd(USART_TypeDef* USARTx, FunctionalState NewState); 515 void USART_STOPModeCmd(USART_TypeDef* USARTx, FunctionalState NewState); 519 void USART_AutoBaudRateCmd(USART_TypeDef* USARTx, FunctionalState NewState); 529 void USART_MuteModeCmd(USART_TypeDef* USARTx, FunctionalState NewState); 537 void USART_HalfDuplexCmd(USART_TypeDef* USARTx, FunctionalState NewState); [all …]
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_i2c.h | 392 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 395 void I2C_StretchClockCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 396 void I2C_DualAddressCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 398 void I2C_GeneralCallCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 404 void I2C_AutoEndCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 405 void I2C_ReloadCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 408 void I2C_GenerateSTART(I2C_TypeDef* I2Cx, FunctionalState NewState); 409 void I2C_GenerateSTOP(I2C_TypeDef* I2Cx, FunctionalState NewState); 417 void I2C_SMBusAlertCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 423 void I2C_CalculatePEC(I2C_TypeDef* I2Cx, FunctionalState NewState); [all …]
|
| A D | ft32f0xx_adc.h | 522 void ADC_Cmd(ADC_TypeDef* ADCx, FunctionalState NewState); 538 void ADC_TempSensorCmd(FunctionalState NewState); 539 void ADC_VrefintCmd(FunctionalState NewState); 540 void ADC_VbatCmd(FunctionalState NewState); 541 void ADC_VrefDecibCmd(FunctionalState NewState); 542 void ADC_IoshSmpCmd(uint32_t SmpEn, FunctionalState NewState); 558 void ADC_ExtModeCmd(FunctionalState NewState); 559 void ADC_TrgdDisSmpCmd(FunctionalState NewState); 561 void ADC_RtenCmd(uint32_t Rtenx, FunctionalState NewState); 562 void ADC_FtenCmd(uint32_t Ftenx, FunctionalState NewState); [all …]
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_i2c.h | 305 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 306 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 308 void I2C_GenerateSTART(I2C_TypeDef* I2Cx, FunctionalState NewState); 309 void I2C_GenerateSTOP(I2C_TypeDef* I2Cx, FunctionalState NewState); 312 void I2C_DualAddressCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 313 void I2C_GeneralCallCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 319 void I2C_SoftwareResetCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 322 void I2C_TransmitPEC(I2C_TypeDef* I2Cx, FunctionalState NewState); 324 void I2C_CalculatePEC(I2C_TypeDef* I2Cx, FunctionalState NewState); 326 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); [all …]
|
| A D | ch32f10x_adc.h | 148 void ADC_Cmd(ADC_TypeDef* ADCx, FunctionalState NewState); 149 void ADC_DMACmd(ADC_TypeDef* ADCx, FunctionalState NewState); 150 void ADC_ITConfig(ADC_TypeDef* ADCx, uint16_t ADC_IT, FunctionalState NewState); 155 void ADC_SoftwareStartConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 158 void ADC_DiscModeCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 160 void ADC_ExternalTrigConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 163 void ADC_AutoInjectedConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 164 void ADC_InjectedDiscModeCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 166 void ADC_ExternalTrigInjectedConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 167 void ADC_SoftwareStartInjectedConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); [all …]
|
| A D | ch32f10x_usart.h | 154 void USART_Cmd(USART_TypeDef* USARTx, FunctionalState NewState); 155 void USART_ITConfig(USART_TypeDef* USARTx, uint16_t USART_IT, FunctionalState NewState); 156 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState); 159 void USART_ReceiverWakeUpCmd(USART_TypeDef* USARTx, FunctionalState NewState); 161 void USART_LINCmd(USART_TypeDef* USARTx, FunctionalState NewState); 167 void USART_SmartCardCmd(USART_TypeDef* USARTx, FunctionalState NewState); 168 void USART_SmartCardNACKCmd(USART_TypeDef* USARTx, FunctionalState NewState); 169 void USART_HalfDuplexCmd(USART_TypeDef* USARTx, FunctionalState NewState); 170 void USART_OverSampling8Cmd(USART_TypeDef* USARTx, FunctionalState NewState); 171 void USART_OneBitMethodCmd(USART_TypeDef* USARTx, FunctionalState NewState); [all …]
|
| A D | ch32f10x_rcc.h | 189 void RCC_HSICmd(FunctionalState NewState); 191 void RCC_PLLCmd(FunctionalState NewState); 197 void RCC_ITConfig(uint8_t RCC_IT, FunctionalState NewState); 201 void RCC_LSICmd(FunctionalState NewState); 203 void RCC_RTCCLKCmd(FunctionalState NewState); 205 void RCC_AHBPeriphClockCmd(uint32_t RCC_AHBPeriph, FunctionalState NewState); 206 void RCC_APB2PeriphClockCmd(uint32_t RCC_APB2Periph, FunctionalState NewState); 208 void RCC_APB2PeriphResetCmd(uint32_t RCC_APB2Periph, FunctionalState NewState); 209 void RCC_APB1PeriphResetCmd(uint32_t RCC_APB1Periph, FunctionalState NewState); 210 void RCC_BackupResetCmd(FunctionalState NewState); [all …]
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_i2c.h | 159 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 160 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 162 void I2C_GenerateSTART(I2C_TypeDef* I2Cx, FunctionalState NewState); 163 void I2C_GenerateSTOP(I2C_TypeDef* I2Cx, FunctionalState NewState); 166 void I2C_DualAddressCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 167 void I2C_GeneralCallCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 173 void I2C_SoftwareResetCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); 176 void I2C_TransmitPEC(I2C_TypeDef* I2Cx, FunctionalState NewState); 178 void I2C_CalculatePEC(I2C_TypeDef* I2Cx, FunctionalState NewState); 180 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState); [all …]
|
| A D | ch32f20x_adc.h | 179 void ADC_Cmd(ADC_TypeDef* ADCx, FunctionalState NewState); 180 void ADC_DMACmd(ADC_TypeDef* ADCx, FunctionalState NewState); 181 void ADC_ITConfig(ADC_TypeDef* ADCx, uint16_t ADC_IT, FunctionalState NewState); 186 void ADC_SoftwareStartConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 189 void ADC_DiscModeCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 191 void ADC_ExternalTrigConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 194 void ADC_AutoInjectedConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 195 void ADC_InjectedDiscModeCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 197 void ADC_ExternalTrigInjectedConvCmd(ADC_TypeDef* ADCx, FunctionalState NewState); 207 void ADC_TempSensorVrefintCmd(FunctionalState NewState); [all …]
|
| A D | ch32f20x_usart.h | 157 void USART_Cmd(USART_TypeDef* USARTx, FunctionalState NewState); 158 void USART_ITConfig(USART_TypeDef* USARTx, uint16_t USART_IT, FunctionalState NewState); 159 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState); 162 void USART_ReceiverWakeUpCmd(USART_TypeDef* USARTx, FunctionalState NewState); 164 void USART_LINCmd(USART_TypeDef* USARTx, FunctionalState NewState); 170 void USART_SmartCardCmd(USART_TypeDef* USARTx, FunctionalState NewState); 171 void USART_SmartCardNACKCmd(USART_TypeDef* USARTx, FunctionalState NewState); 172 void USART_HalfDuplexCmd(USART_TypeDef* USARTx, FunctionalState NewState); 173 void USART_OverSampling8Cmd(USART_TypeDef* USARTx, FunctionalState NewState); 174 void USART_OneBitMethodCmd(USART_TypeDef* USARTx, FunctionalState NewState); [all …]
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_i2c.h | 158 void I2C_Cmd(I2C_TypeDef *I2Cx, FunctionalState NewState); 159 void I2C_DMACmd(I2C_TypeDef *I2Cx, FunctionalState NewState); 161 void I2C_GenerateSTART(I2C_TypeDef *I2Cx, FunctionalState NewState); 162 void I2C_GenerateSTOP(I2C_TypeDef *I2Cx, FunctionalState NewState); 165 void I2C_DualAddressCmd(I2C_TypeDef *I2Cx, FunctionalState NewState); 166 void I2C_GeneralCallCmd(I2C_TypeDef *I2Cx, FunctionalState NewState); 172 void I2C_SoftwareResetCmd(I2C_TypeDef *I2Cx, FunctionalState NewState); 175 void I2C_TransmitPEC(I2C_TypeDef *I2Cx, FunctionalState NewState); 177 void I2C_CalculatePEC(I2C_TypeDef *I2Cx, FunctionalState NewState); 179 void I2C_ARPCmd(I2C_TypeDef *I2Cx, FunctionalState NewState); [all …]
|
| A D | ch32v10x_adc.h | 27 FunctionalState ADC_ScanConvMode; /* Specifies whether the conversion is performed in 148 void ADC_Cmd(ADC_TypeDef *ADCx, FunctionalState NewState); 149 void ADC_DMACmd(ADC_TypeDef *ADCx, FunctionalState NewState); 150 void ADC_ITConfig(ADC_TypeDef *ADCx, uint16_t ADC_IT, FunctionalState NewState); 155 void ADC_SoftwareStartConvCmd(ADC_TypeDef *ADCx, FunctionalState NewState); 158 void ADC_DiscModeCmd(ADC_TypeDef *ADCx, FunctionalState NewState); 160 void ADC_ExternalTrigConvCmd(ADC_TypeDef *ADCx, FunctionalState NewState); 163 void ADC_AutoInjectedConvCmd(ADC_TypeDef *ADCx, FunctionalState NewState); 164 void ADC_InjectedDiscModeCmd(ADC_TypeDef *ADCx, FunctionalState NewState); 166 void ADC_ExternalTrigInjectedConvCmd(ADC_TypeDef *ADCx, FunctionalState NewState); [all …]
|
| A D | ch32v10x_usart.h | 156 void USART_Cmd(USART_TypeDef *USARTx, FunctionalState NewState); 157 void USART_ITConfig(USART_TypeDef *USARTx, uint16_t USART_IT, FunctionalState NewState); 158 void USART_DMACmd(USART_TypeDef *USARTx, uint16_t USART_DMAReq, FunctionalState NewState); 161 void USART_ReceiverWakeUpCmd(USART_TypeDef *USARTx, FunctionalState NewState); 163 void USART_LINCmd(USART_TypeDef *USARTx, FunctionalState NewState); 169 void USART_SmartCardCmd(USART_TypeDef *USARTx, FunctionalState NewState); 170 void USART_SmartCardNACKCmd(USART_TypeDef *USARTx, FunctionalState NewState); 171 void USART_HalfDuplexCmd(USART_TypeDef *USARTx, FunctionalState NewState); 172 void USART_OverSampling8Cmd(USART_TypeDef *USARTx, FunctionalState NewState); 173 void USART_OneBitMethodCmd(USART_TypeDef *USARTx, FunctionalState NewState); [all …]
|
| A D | ch32v10x_rcc.h | 195 void RCC_HSICmd(FunctionalState NewState); 197 void RCC_PLLCmd(FunctionalState NewState); 203 void RCC_ITConfig(uint8_t RCC_IT, FunctionalState NewState); 207 void RCC_LSICmd(FunctionalState NewState); 209 void RCC_RTCCLKCmd(FunctionalState NewState); 211 void RCC_AHBPeriphClockCmd(uint32_t RCC_AHBPeriph, FunctionalState NewState); 212 void RCC_APB2PeriphClockCmd(uint32_t RCC_APB2Periph, FunctionalState NewState); 213 void RCC_APB1PeriphClockCmd(uint32_t RCC_APB1Periph, FunctionalState NewState); 214 void RCC_APB2PeriphResetCmd(uint32_t RCC_APB2Periph, FunctionalState NewState); 216 void RCC_BackupResetCmd(FunctionalState NewState); [all …]
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_rcc.c | 163 void RCC_HSICmd(FunctionalState state) in RCC_HSICmd() 204 void RCC_PLLCmd(FunctionalState state) in RCC_PLLCmd() 387 void RCC_RTCCLKCmd(FunctionalState state) in RCC_RTCCLKCmd() 399 void RCC_LSICmd(FunctionalState state) in RCC_LSICmd() 493 void RCC_AHBPeriphClockCmd(u32 ahb_periph, FunctionalState state) in RCC_AHBPeriphClockCmd() 501 void RCC_AHB2PeriphClockCmd(u32 ahb_periph, FunctionalState state) in RCC_AHB2PeriphClockCmd() 509 void RCC_AHB3PeriphClockCmd(u32 ahb_periph, FunctionalState state) in RCC_AHB3PeriphClockCmd() 572 void RCC_AHBPeriphResetCmd(u32 ahb_periph, FunctionalState state) in RCC_AHBPeriphResetCmd() 606 void RCC_BackupResetCmd(FunctionalState state) in RCC_BackupResetCmd() 617 void RCC_ClockSecuritySystemCmd(FunctionalState state) in RCC_ClockSecuritySystemCmd() [all …]
|
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | lpc177x_8x_uart.h | 445 FunctionalState AutoRestart; /**< Auto Restart state */ 578 FunctionalState FIFO_DMAMode; /**< DMA mode, should be: 594 FunctionalState NormalMultiDropMode_State; /*!< Normal MultiDrop mode State: 597 FunctionalState Rx_State; /*!< Receiver State: 653 FunctionalState NewState); 654 void UART_TxCmd(LPC_UART_TypeDef *UARTx, FunctionalState NewState); 661 FunctionalState NewState); 667 FunctionalState NewState); 673 void UART_RS485ReceiverCmd(LPC_UART_TypeDef *UARTx, FunctionalState NewState); 678 void UART_IrDAInvtInputCmd(LPC_UART_TypeDef* UARTx, FunctionalState NewState); [all …]
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_adc.h | 451 FunctionalState DeepPowerModEn; 452 FunctionalState JendcIntEn; 453 FunctionalState EndcIntEn; 455 FunctionalState CalAtuoLoadEn; 496 void ADC_Enable(ADC_Module* ADCx, FunctionalState Cmd); 497 void ADC_EnableDMA(ADC_Module* ADCx, FunctionalState Cmd); 504 void ADC_EnableDiscMode(ADC_Module* ADCx, FunctionalState Cmd); 506 void ADC_EnableExternalTrigConv(ADC_Module* ADCx, FunctionalState Cmd); 508 void ADC_EnableAutoInjectedConv(ADC_Module* ADCx, FunctionalState Cmd); 521 void ADC_EnableTempSensorVrefint(FunctionalState Cmd); [all …]
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_adc.h | 448 FunctionalState DeepPowerModEn; 449 FunctionalState JendcIntEn; 450 FunctionalState EndcIntEn; 452 FunctionalState CalAtuoLoadEn; 493 void ADC_Enable(ADC_Module* ADCx, FunctionalState Cmd); 494 void ADC_EnableDMA(ADC_Module* ADCx, FunctionalState Cmd); 501 void ADC_EnableDiscMode(ADC_Module* ADCx, FunctionalState Cmd); 503 void ADC_EnableExternalTrigConv(ADC_Module* ADCx, FunctionalState Cmd); 505 void ADC_EnableAutoInjectedConv(ADC_Module* ADCx, FunctionalState Cmd); 518 void ADC_EnableTempSensorVrefint(FunctionalState Cmd); [all …]
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_adc.h | 448 FunctionalState DeepPowerModEn; 449 FunctionalState JendcIntEn; 450 FunctionalState EndcIntEn; 452 FunctionalState CalAtuoLoadEn; 493 void ADC_Enable(ADC_Module* ADCx, FunctionalState Cmd); 494 void ADC_EnableDMA(ADC_Module* ADCx, FunctionalState Cmd); 501 void ADC_EnableDiscMode(ADC_Module* ADCx, FunctionalState Cmd); 503 void ADC_EnableExternalTrigConv(ADC_Module* ADCx, FunctionalState Cmd); 505 void ADC_EnableAutoInjectedConv(ADC_Module* ADCx, FunctionalState Cmd); 518 void ADC_EnableTempSensorVrefint(FunctionalState Cmd); [all …]
|