MCPcopy Create free account

hub / github.com/avislab/STM32F103 / functions

Functions12,343 in github.com/avislab/STM32F103

↓ 4 callersFunctionI2C_SendData
* @brief Sends a data byte through the I2Cx peripheral. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param Data: Byte
Example_I2C_Master/stm_lib/src/stm32f10x_i2c.c:570
↓ 4 callersFunctionI2C_SendData
* @brief Sends a data byte through the I2Cx peripheral. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param Data: Byte
Example_BMP280/stm_lib/src/stm32f10x_i2c.c:570
↓ 4 callersFunctionLCD_WriteCom
Send command to LCD
Example_WG12864A/WH12864A.c:16
↓ 4 callersFunctionLcdGotoXYFont
Set cursor position (standard font size) x = 0...20, y = 0...7
Example_WG12864A/WH12864A.c:327
↓ 4 callersFunctionMAL_GetStatus
* Function Name : MAL_GetStatus * Description : Get status * Input : None * Output : None * Return : None ***************
Example_USB_Mass_Storage/USB/src/mass_mal.c:129
↓ 4 callersFunctionMAL_GetStatus
* Function Name : MAL_GetStatus * Description : Get status * Input : None * Output : None * Return : None ***************
Example_Bootloader/USB/src/mass_mal.c:129
↓ 4 callersFunctionNVIC_Init
* @brief Initializes the NVIC peripheral according to the specified * parameters in the NVIC_InitStruct. * @param NVIC_InitStruct: poi
Example_BLDC_Sensorless/StdPeriph_Driver/src/misc.c:112
↓ 4 callersFunctionRCC_APB2PeriphClockCmd
* @brief Enables or disables the High Speed APB (APB2) peripheral clock. * @param RCC_APB2Periph: specifies the APB2 peripheral to gates its clock
Example_I2C_Slave/stm_lib/src/stm32f10x_rcc.c:1095
↓ 4 callersFunctionRCC_GetClocksFreq
* @brief Returns the frequencies of different on chip clocks. * @param RCC_Clocks: pointer to a RCC_ClocksTypeDef structure which will hold *
Example_SysTick/StdPeriph_Driver/src/stm32f10x_rcc.c:908
↓ 4 callersFunctionRCC_GetClocksFreq
* @brief Returns the frequencies of different on chip clocks. * @param RCC_Clocks: pointer to a RCC_ClocksTypeDef structure which will hold *
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_rcc.c:908
↓ 4 callersFunctionSSD1331_Chr
Example_SSD1331/SSD1331.c:217
↓ 4 callersFunctionSSD1331_IMG
Example_SSD1331/SSD1331.c:363
↓ 4 callersFunctionSSD1331_XY_INK
Example_SSD1331/SSD1331.c:206
↓ 4 callersFunctionSetEPRxCount
* Function Name : SetEPRxCount * Description : Set the Rx count. * Input : bEpNum: Endpoint Number. * wCount: the new c
Example_USB_Keyboard/STM32_USB-FS-Device_Lib/usb_regs.c:549
↓ 4 callersFunctionSetEPRxCount
* Function Name : SetEPRxCount * Description : Set the Rx count. * Input : bEpNum: Endpoint Number. * wCount: the new c
Example_USB_Virtual_Com_Port/STM32_USB-FS-Device_Lib/usb_regs.c:549
↓ 4 callersFunctionSetEPTxCount
* Function Name : SetEPTxCount. * Description : Set the Tx count. * Input : bEpNum: Endpoint Number. * wCount: new count
Example_USB_Keyboard/STM32_USB-FS-Device_Lib/usb_regs.c:525
↓ 4 callersFunctionSetEPTxCount
* Function Name : SetEPTxCount. * Description : Set the Tx count. * Input : bEpNum: Endpoint Number. * wCount: new count
Example_USB_Mass_Storage/STM32_USB-FS-Device_Driver/src/usb_regs.c:514
↓ 4 callersFunctionSetEPTxCount
* Function Name : SetEPTxCount. * Description : Set the Tx count. * Input : bEpNum: Endpoint Number. * wCount: new count
Example_USB_Virtual_Com_Port/STM32_USB-FS-Device_Lib/usb_regs.c:525
↓ 4 callersFunctionSetEPTxCount
* Function Name : SetEPTxCount. * Description : Set the Tx count. * Input : bEpNum: Endpoint Number. * wCount: new count
Example_Bootloader/STM32_USB-FS-Device_Driver/src/usb_regs.c:514
↓ 4 callersFunctionSetEPType
* Function Name : SetEPType * Description : sets the type in the endpoint register. * Input : bEpNum: Endpoint Number. *
Example_USB_Virtual_Com_Port/STM32_USB-FS-Device_Lib/usb_regs.c:180
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_I2C_Master/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PPM/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PWM_Sound/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PWM_LED/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_StepMotor/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PWR_Stop/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PWR_Sleep/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolari
Example_SysTick/StdPeriph_Driver/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_DFPlayerMini/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PWM_Servo/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_ADC_Temperature/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_ADC_DMA/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolari
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_BLDC/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PWM_RGB/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_TIM_Time/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_WG12864A/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_Sonar/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_Sonar/Example_Sonar/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_BMP280/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_TIM_CLK/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_RTC/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_Encoder_IT/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_I2C_Slave/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_Encoder/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_MS5611/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolarity
Example_PMSM/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI1_Config
* @brief Configure the TI1 as Input. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param TIM_ICPolari
Example_SSD1331/stm_lib/src/stm32f10x_tim.c:2701
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_I2C_Master/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PPM/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PWM_Sound/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PWM_LED/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_StepMotor/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PWR_Stop/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PWR_Sleep/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_I
Example_SysTick/StdPeriph_Driver/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_DFPlayerMini/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PWM_Servo/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_ADC_Temperature/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_ADC_DMA/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_I
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_BLDC/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PWM_RGB/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_TIM_Time/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_WG12864A/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_Sonar/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_Sonar/Example_Sonar/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_BMP280/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_TIM_CLK/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_RTC/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_Encoder_IT/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_I2C_Slave/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_Encoder/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_MS5611/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_ICP
Example_PMSM/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTI2_Config
* @brief Configure the TI2 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @param TIM_I
Example_SSD1331/stm_lib/src/stm32f10x_tim.c:2748
↓ 4 callersFunctionTIM_Cmd
* @brief Enables or disables the specified TIM peripheral. * @param TIMx: where x can be 1 to 17 to select the TIMx peripheral. * @param NewSta
Example_DFPlayerMini/stm_lib/src/stm32f10x_tim.c:806
↓ 4 callersFunctionTIM_Cmd
* @brief Enables or disables the specified TIM peripheral. * @param TIMx: where x can be 1 to 17 to select the TIMx peripheral. * @param NewSta
Example_WG12864A/stm_lib/src/stm32f10x_tim.c:806
↓ 4 callersFunctionTIM_Cmd
* @brief Enables or disables the specified TIM peripheral. * @param TIMx: where x can be 1 to 17 to select the TIMx peripheral. * @param NewSta
Example_RTC/stm_lib/src/stm32f10x_tim.c:806
↓ 4 callersFunctionTIM_ITConfig
* @brief Enables or disables the specified TIM interrupts. * @param TIMx: where x can be 1 to 17 to select the TIMx peripheral. * @param TIM_IT
Example_MS5611/stm_lib/src/stm32f10x_tim.c:872
↓ 4 callersFunctionTIM_SetCounter
* @brief Sets the TIMx Counter Register value * @param TIMx: where x can be 1 to 17 to select the TIM peripheral. * @param Counter: specifies
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_tim.c:2264
↓ 4 callersFunctionUSB_SIL_Write
* Function Name : USB_SIL_Write * Description : Write a buffer of data to a selected endpoint. * Input : - bEpAddr: The address of the no
Example_USB_Mass_Storage/STM32_USB-FS-Device_Driver/src/usb_sil.c:66
↓ 4 callersFunctionUSB_SIL_Write
* Function Name : USB_SIL_Write * Description : Write a buffer of data to a selected endpoint. * Input : - bEpAddr: The address of the no
Example_Bootloader/STM32_USB-FS-Device_Driver/src/usb_sil.c:66
↓ 4 callersFunctiondelay_ms
Example_DFPlayerMini/tim2_delay.c:63
↓ 3 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral. * @param NewSt
Example_ADC_Watchdog/stm_lib/src/stm32f10x_adc.c:299
↓ 3 callersFunctionADC_RegularChannelConfig
* @brief Configures for the selected ADC regular channel its corresponding * rank in the sequencer and its sample time. * @param ADCx:
Example_BLDC_Sensorless/StdPeriph_Driver/src/stm32f10x_adc.c:590
↓ 3 callersFunctionBLDC_ADCToPWM
Example_BLDC_Sensorless/src/bldc.c:412
↓ 3 callersFunctionBLDC_MotorCommutation
Example_BLDC_Sensorless/src/bldc.c:296
↓ 3 callersFunctionClearDTOG_RX
* Function Name : ClearDTOG_RX. * Description : Clear the DTOG_RX bit. * Input : bEpNum: Endpoint Number. * Output : None. * Ret
Example_USB_Mass_Storage/STM32_USB-FS-Device_Driver/src/usb_regs.c:422
↓ 3 callersFunctionClearDTOG_RX
* Function Name : ClearDTOG_RX. * Description : Clear the DTOG_RX bit. * Input : bEpNum: Endpoint Number. * Output : None. * Ret
Example_Bootloader/STM32_USB-FS-Device_Driver/src/usb_regs.c:422
↓ 3 callersFunctionClearDTOG_TX
* Function Name : ClearDTOG_TX. * Description : Clear the DTOG_TX bit. * Input : bEpNum: Endpoint Number. * Output : None. * Ret
Example_USB_Mass_Storage/STM32_USB-FS-Device_Driver/src/usb_regs.c:433
↓ 3 callersFunctionClearDTOG_TX
* Function Name : ClearDTOG_TX. * Description : Clear the DTOG_TX bit. * Input : bEpNum: Endpoint Number. * Output : None. * Ret
Example_Bootloader/STM32_USB-FS-Device_Driver/src/usb_regs.c:433
↓ 3 callersFunctionDMA_Cmd
* @brief Enables or disables the specified DMAy Channelx. * @param DMAy_Channelx: where y can be 1 or 2 to select the DMA and * x can be 1 to
Example_I2C_Master/stm_lib/src/stm32f10x_dma.c:294
↓ 3 callersFunctionDMA_Cmd
* @brief Enables or disables the specified DMAy Channelx. * @param DMAy_Channelx: where y can be 1 or 2 to select the DMA and * x can be 1 to
Example_BMP280/stm_lib/src/stm32f10x_dma.c:294
↓ 3 callersFunctionDMA_Cmd
* @brief Enables or disables the specified DMAy Channelx. * @param DMAy_Channelx: where y can be 1 or 2 to select the DMA and * x can be 1 to
Example_MS5611/stm_lib/src/stm32f10x_dma.c:294
↓ 3 callersFunctionDMA_Cmd
* @brief Enables or disables the specified DMAy Channelx. * @param DMAy_Channelx: where y can be 1 or 2 to select the DMA and * x can be 1 to
Example_USART_DMA/stm_lib/src/stm32f10x_dma.c:294
↓ 3 callersFunctionEXTI_ClearITPendingBit
* @brief Clears the EXTI's line pending bits. * @param EXTI_Line: specifies the EXTI lines to clear. * This parameter can be any combination o
Example_USB_Keyboard/stm_lib/src/stm32f10x_exti.c:249
↓ 3 callersFunctionEXTI_ClearITPendingBit
* @brief Clears the EXTI's line pending bits. * @param EXTI_Line: specifies the EXTI lines to clear. * This parameter can be any combination o
Example_BLDC/stm_lib/src/stm32f10x_exti.c:249
↓ 3 callersFunctionEXTI_ClearITPendingBit
* @brief Clears the EXTI's line pending bits. * @param EXTI_Line: specifies the EXTI lines to clear. * This parameter can be any combination o
Example_PMSM/stm_lib/src/stm32f10x_exti.c:249
↓ 3 callersFunctionEXTI_GetITStatus
* @brief Checks whether the specified EXTI line is asserted or not. * @param EXTI_Line: specifies the EXTI line to check. * This parameter can
Example_BLDC/stm_lib/src/stm32f10x_exti.c:224
← previousnext →201–300 of 12,343, ranked by callers