MCPcopy Create free account

hub / github.com/but0n/Avem / functions

Functions3,872 in github.com/but0n/Avem

↓ 361 callersFunctionGPIO_Init
* @brief Initializes the GPIOx peripheral according to the specified * parameters in the GPIO_InitStruct. * @param GPIOx: where x can
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_gpio.c:174
↓ 327 callersFunctionGPIO_PinAFConfig
* @brief Writes data to the specified GPIO data port. * @param GPIOx: where x can be (A, B, C, D, E or F) to select the GPIO peripheral. * @pa
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_gpio.c:498
↓ 304 callersFunctionI2C_GetFlagStatus
* @brief Checks whether the specified I2C flag is set or not. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:1421
↓ 267 callersFunctionLCD_WriteReg
* @brief Writes to the selected LCD register. * @param LCD_Reg: address of the selected register. * @param LCD_RegValue: value to write to th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1400
↓ 244 callersFunctionLCD_WriteReg
* @brief Writes to the selected LCD register. * @param LCD_Reg: address of the selected register. * @param LCD_RegValue: value to write to th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1586
↓ 225 callersFunctionLCD_WriteReg
* @brief Writes to the selected LCD register. * @param LCD_Reg: address of the selected register. * @param LCD_RegValue: value to write to th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1295
↓ 217 callersFunctionLCD_WriteReg
* @brief Writes to the selected LCD register. * @param LCD_Reg: address of the selected register. * @param LCD_RegValue: value to write to th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1460
↓ 185 callersFunctionLCD_WriteReg
* @brief Writes to the selected LCD ILI9320 register. * @param LCD_Reg: address of the selected register. * @param LCD_RegValue: value to wri
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1286
↓ 161 callersFunctionLCD_WriteReg
* @brief Writes to the selected LCD register. * @param LCD_Reg: address of the selected register. * @param LCD_RegValue: value to write to th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1294
↓ 108 callersFunctionRCC_AHBPeriphClockCmd
* @brief Enables or disables the AHB peripheral clock. * @note After reset, the peripheral clock (used for registers read/write access) *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1369
↓ 104 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
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_dma.c:328
↓ 93 callersFunctionSPI_I2S_GetFlagStatus
* @brief Checks whether the specified SPI flag is set or not. * @param SPIx: To select the SPIx/I2Sx peripheral, where x can be: 1, 2 or 3 *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:1298
↓ 87 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: Byt
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:1244
↓ 86 callersFunctionNVIC_Init
* @brief Initializes the NVIC peripheral according to the specified * parameters in the NVIC_InitStruct. * @note To configure interru
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/misc.c:137
↓ 84 callersFunctionI2C_CheckEvent
* @brief Checks whether the last I2Cx Event is equal to the one passed * as parameter. * @param I2Cx: where x can be 1 or 2 to select the I2
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_i2c.c:1058
↓ 76 callersFunctionRCC_APB1PeriphClockCmd
* @brief Enables or disables the Low Speed APB (APB1) peripheral clock. * @note After reset, the peripheral clock (used for registers read/write
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1449
↓ 76 callersFunctionSDIO_ClearFlag
* @brief Clears the SDIO's pending flags. * @param SDIO_FLAG: specifies the flag to clear. * This parameter can be one or a combination of
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:889
↓ 72 callersFunctionSDIO_SendCommand
* @brief Initializes the SDIO Command according to the specified * parameters in the SDIO_CmdInitStruct and send the command. * @param SDIO
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:409
↓ 71 callersFunctionCodec_WriteRegister
* @brief Writes a Byte to a given register into the audio codec through the control interface (I2C) * @param RegisterAddr: The addr
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_audio_codec.c:908
↓ 66 callersFunctionI2C_GenerateSTART
* @brief Generates I2Cx communication START condition. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState:
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:722
↓ 66 callersFunctionRCC_APB2PeriphClockCmd
* @brief Enables or disables the High Speed APB (APB2) peripheral clock. * @note After reset, the peripheral clock (used for registers read/writ
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1404
↓ 63 callersFunctionI2C_TransferHandling
* @brief Handles I2Cx communication when starting transfer or during transfer (TC or TCR flag are set). * @param I2Cx: where x can be 1 or 2 to s
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:880
↓ 63 callersFunctionc
(H)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:21
↓ 63 callersFunctionc
(H)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:21
↓ 63 callersFunctionc
(H)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:21
↓ 63 callersFunctionc
(H)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:21
↓ 62 callersFunctionI2C_Send7bitAddress
* @brief Transmits the address byte to select the slave device. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param A
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_i2c.c:585
↓ 58 callersFunctionDMA_ClearFlag
* @brief Clears the DMAy Channelx's pending flags. * @param DMAy_FLAG: specifies the flag to clear. * This parameter can be any combination
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_dma.c:657
↓ 58 callersFunctionI2C_DMACmd
* @brief Enables or disables the I2C DMA interface. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_DMAReq: s
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:1301
↓ 57 callersFunctionCEC_GetFlagStatus
* @brief Gets the CEC flag status. * @param CEC_FLAG: specifies the CEC flag to check. * This parameter can be one of the following v
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_cec.c:481
↓ 48 callersFunctionDMA_GetFlagStatus
* @brief Checks whether the specified DMAy Channelx flag is set or not. * @param DMAy_FLAG: specifies the flag to check. * This parameter ca
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_dma.c:561
↓ 47 callersFunctionCODEC_WriteRegister
* Function Name : CODEC_WriteRegister * Description : Writes a value in a register of the audio Codec through I2C. * Input : - Registe
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:1237
↓ 46 callersFunctionCEC_ClearFlag
* @brief Clears the CEC's pending flags. * @param CEC_FLAG: specifies the flag to clear. * This parameter can be any combination of
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_cec.c:522
↓ 46 callersFunctionSDIO_GetFlagStatus
* @brief Checks whether the specified SDIO flag is set or not. * @param SDIO_FLAG: specifies the flag to check. * This parameter can be one
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:851
↓ 44 callersFunctionRCC_APB1PeriphResetCmd
* @brief Forces or releases Low Speed APB (APB1) peripheral reset. * @param RCC_APB1Periph: specifies the APB1 peripheral to reset. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_rcc.c:1445
↓ 42 callersFunctionI2C_GenerateSTOP
* @brief Generates I2Cx communication STOP condition. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState: n
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:747
↓ 41 callersFunctionI2C_ClearFlag
* @brief Clears the I2Cx's pending flags. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_FLAG: specifies the
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:1465
↓ 40 callersFunction__REV
\brief Reverse byte order (32 bit) This function reverses the byte order in integer value. \param [in] value Value to reverse
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Include/core_cmInstr.h:365
↓ 37 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
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_exti.c:328
↓ 37 callersFunctionFLASH_WaitForLastOperation
* @brief Waits for a FLASH operation to complete or a TIMEOUT to occur. * @param Timeout: FLASH programming Timeout. * @retval FLASH Status: T
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash.c:1614
↓ 36 callersFunctionRCC_APB1PeriphResetCmd
* @brief Forces or releases Low Speed APB (APB1) peripheral reset. * @param RCC_APB1Periph: specifies the APB1 peripheral to reset. * This p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1556
↓ 36 callersFunctionRCC_APB1PeriphResetCmd
* @brief Forces or releases Low Speed APB (APB1) peripheral reset. * @param RCC_APB1Periph: specifies the APB1 peripheral to reset. * This p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c:1301
↓ 35 callersFunctionCodec_WriteRegister
* @brief Writes a Byte to a given register into the audio codec through the control interface (I2C) * @param RegisterAddr: The addr
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_audio_codec.c:852
↓ 34 callersFunctionFLASH_WaitForLastOperation
* @brief Waits for a FLASH operation to complete or a TIMEOUT to occur. * @param Timeout: FLASH programming Timeout * @retval FLASH Status: Th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_flash.c:1189
↓ 34 callersFunctionSTM_EVAL_LEDOff
* @brief Turns selected LED Off. * @param Led: Specifies the Led to be set off. * This parameter can be one of following parameters: *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval.c:221
↓ 33 callersFunctionDMA_Init
* @brief Initializes the DMAy Channelx according to the specified parameters * in the DMA_InitStruct. * @param DMAy_Channelx: where y
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_dma.c:235
↓ 32 callersFunctionSDIO_GetResponse
* @brief Returns response received from the card for the last command. * @param SDIO_RESP: Specifies the SDIO response register. * This par
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:475
↓ 32 callersFunctionSPI_Cmd
* @brief Enables or disables the specified SPI peripheral. * @param SPIx: where x can be 1, 2 or 3 to select the SPI peripheral. * @param New
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:494
↓ 31 callersFunctionSetEPTxStatus
* Function Name : SetEPTxStatus * Description : Set the status of Tx endpoint. * Input : bEpNum: Endpoint Number. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:205
↓ 30 callersFunctionFLASH_WaitForLastOperation
* @brief Waits for a FLASH operation to complete or a TIMEOUT to occur. * @param Timeout: FLASH programming Timeout * @retval FLASH Status: Th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_flash.c:1134
↓ 30 callersFunctionStandard_GetDescriptorData
* Function Name : Standard_GetDescriptorData. * Description : Standard_GetDescriptorData is used for descriptors transfer. * : Th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_core.c:422
↓ 29 callersFunctionCmdResp1Error
* @brief Checks for error conditions for R1 response. * @param cmd: The sent command index. * @retval SD_Error: SD Card Error code. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_sdio_sd.c:2123
↓ 29 callersFunctionCmdResp1Error
* @brief Checks for error conditions for R1 response. * @param cmd: The sent command index. * @retval SD_Error: SD Card Error code. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:2121
↓ 29 callersFunctionCodec_WriteRegister
* @brief Writes a Byte to a given register into the audio codec through the * control interface (I2C) * @param RegisterAddr: The addr
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_audio_codec.c:838
↓ 29 callersFunctionI2C_Cmd
* @brief Enables or disables the specified I2C peripheral. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewSta
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:279
↓ 29 callersFunctionRTC_Bcd2ToByte
* @brief Convert from 2 digit BCD to Binary. * @param Value: BCD value to be converted. * @retval Converted word */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rtc.c:2579
↓ 29 callersFunctionRTC_Bcd2ToByte
* @brief Convert from 2 digit BCD to Binary. * @param Value: BCD value to be converted. * @retval Converted word */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c:2656
↓ 29 callersFunctionRTC_Bcd2ToByte
* @brief Convert from 2 digit BCD to Binary. * @param Value: BCD value to be converted. * @retval Converted word */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_rtc.c:2578
↓ 29 callersFunctionSetEPRxStatus
* Function Name : SetEPRxStatus * Description : Set the status of Rx endpoint. * Input : bEpNum: Endpoint Number. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:218
↓ 29 callersFunctionsEE_TIMEOUT_UserCallback
* @brief Basic management of the timeout situation. * @param None. * @retval None. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_i2c_ee.c:789
↓ 29 callersFunctionsEE_TIMEOUT_UserCallback
* @brief Basic management of the timeout situation. * @param None. * @retval None. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_i2c_ee.c:787
↓ 28 callersFunctionSPI_SendData8
* @brief Transmits a Data through the SPIx peripheral. * @param SPIx: where x can be 1, 2 or 3 to select the SPI peripheral. * @param Data: D
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:830
↓ 27 callersFunctionCEC_SendData
* @brief Transmits single data through the CEC peripheral. * @param Data: the data to transmit. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_cec.c:311
↓ 27 callersFunctionsFLASH_SendByte
* @brief Sends a byte through the SPI interface and return the byte received * from the SPI bus. * @param byte: byte to send. * @re
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_flash.c:443
↓ 27 callersFunctionsFLASH_SendByte
* @brief Sends a byte through the SPI interface and return the byte received * from the SPI bus. * @param byte: byte to send. * @re
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_spi_flash.c:443
↓ 26 callersFunctionDMA_DeInit
* @brief Deinitializes the DMAy Channelx registers to their default reset * values. * @param DMAy_Channelx: where y can be 1 or 2 to s
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_dma.c:141
↓ 25 callersFunctionCEC_EndOfMessage
* @brief Transmits message with an EOM bit. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_cec.c:344
↓ 25 callersFunctionCEC_StartOfMessage
* @brief Starts a new message. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_cec.c:333
↓ 25 callersFunctionHDMI_CEC_GetErrorStatus
* @brief Get the ISR register status. * @param None * @retval HDMI_CEC_Error: CEC Error code */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_cec.c:421
↓ 25 callersFunctionSPI_I2S_SendData
* @brief Transmits a Data through the SPIx/I2Sx peripheral. * @param SPIx: To select the SPIx/I2Sx peripheral, where x can be: 1, 2 or 3 *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_spi.c:590
↓ 24 callersFunctionAES_ReadSubData
* @brief Returns the data in DOUTR register processed by AES peripheral. * @note This function must be called four times to get the 128-bit data
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c:311
↓ 24 callersFunctionAES_WriteSubData
* @brief Write data in DINR register to be processed by AES peripheral. * @note To process 128-bit data (4 * 32-bit), this function must be call
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c:298
↓ 24 callersFunctionSet_CSW
* Function Name : Set_CSW * Description : Set the SCW with the needed fields. * Input : uint8_t CSW_Status this filed can be CSW_CMD_PA
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_bot.c:302
↓ 24 callersFunctionSet_CSW
* Function Name : Set_CSW * Description : Set the SCW with the needed fields. * Input : uint8_t CSW_Status this filed can be CSW_CMD_PA
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_bot.c:302
↓ 23 callersFunctionSPI_I2S_DeInit
* @brief Deinitializes the SPIx peripheral registers to their default * reset values. * @param SPIx: To select the SPIx peripheral, wh
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:190
↓ 22 callersFunctionBot_Abort
* Function Name : Bot_Abort * Description : Stall the needed Endpoint according to the selected direction. * Input : Endpoint direction
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_bot.c:324
↓ 22 callersFunctionBot_Abort
* Function Name : Bot_Abort * Description : Stall the needed Endpoint according to the selected direction. * Input : Endpoint direction
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_bot.c:324
↓ 22 callersFunctionEXTI_Init
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_exti.c:154
↓ 22 callersFunctionI2C_ReceiveData
* @brief Returns the most recent received data by the I2Cx peripheral. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @r
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:1258
↓ 22 callersFunctionSTM_EVAL_LEDOn
* @brief Turns selected LED On. * @param Led: Specifies the Led to be set on. * This parameter can be one of following parameters: *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval.c:206
↓ 21 callersFunctionDMA_ITConfig
* @brief Enables or disables the specified DMAy Channelx interrupts. * @param DMAy_Channelx: where y can be 1 or 2 to select the DMA and *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_dma.c:481
↓ 21 callersFunctionSD_WriteByte
* @brief Write a byte on the SD. * @param Data: byte to send. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:843
↓ 21 callersFunctionSD_WriteByte
* @brief Write a byte on the SD. * @param Data: byte to send. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_sd.c:840
↓ 21 callersFunctionSD_WriteByte
* @brief Write a byte on the SD. * @param Data: byte to send. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_spi_sd.c:840
↓ 21 callersFunctionSD_WriteByte
* @brief Write a byte on the SD. * @param Data: byte to send. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_spi_sd.c:844
↓ 21 callersFunctionSTM_EVAL_PBGetState
* @brief Returns the selected Button state. * @param Button: Specifies the Button to be checked. * This parameter can be one of following pa
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval.c:319
↓ 21 callersFunctionSetEPType
* Function Name : SetEPType * Description : sets the type in the endpoint register. * Input : bEpNum: Endpoint Number. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:180
↓ 20 callersFunctionLCD_CtrlLinesWrite
* @brief Sets or reset LCD control lines. * @param GPIOx: where x can be B or D to select the GPIO peripheral. * @param CtrlPins: the Control
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1773
↓ 20 callersFunctionLCD_SetCursor
* @brief Sets the cursor position. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:599
↓ 20 callersFunctionLCD_SetCursor
* @brief Sets the cursor position. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:548
↓ 20 callersFunctionRCC_APB2PeriphResetCmd
* @brief Forces or releases High Speed APB (APB2) peripheral reset. * @param RCC_APB2Periph: specifies the APB2 peripheral to reset. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_rcc.c:1398
↓ 19 callersFunctionLCD_GetFlagStatus
* @brief Checks whether the specified LCD flag is set or not. * @param LCD_FLAG: specifies the flag to check. * This parameter can be one of
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_lcd.c:534
↓ 19 callersFunctionLCD_SetCursor
* @brief Sets the cursor position. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:668
↓ 19 callersFunctionLCD_SetCursor
* @brief Sets the cursor position. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:507
↓ 19 callersFunctionUSB_SIL_Write
* Function Name : USB_SIL_Write * Description : Write a buffer of data to a selected endpoint. * Input : - bEpAddr: The address of the
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_sil.c:69
↓ 19 callersFunctionsEE_SendByte
* @brief Sends a byte through the SPI interface and return the byte received * from the SPI bus. * @param byte: byte to send. * @re
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_ee.c:342
↓ 18 callersFunctionI2C_DMALastTransferCmd
* @brief Specifies that the next DMA transfer is the last one. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param Ne
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_i2c.c:841
↓ 18 callersFunctionI2C_DeInit
* @brief Deinitializes the I2Cx peripheral registers to their default reset values. * @param I2Cx: where x can be 1 or 2 to select the I2C periph
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:145
↓ 18 callersFunctionI2C_Init
* @brief Initializes the I2Cx peripheral according to the specified * parameters in the I2C_InitStruct. * @param I2Cx: where x can be
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:174
↓ 18 callersFunctionRCC_AHBPeriphResetCmd
* @brief Forces or releases AHB peripheral reset. * @param RCC_AHBPeriph: specifies the AHB peripheral to reset. * This parameter can be any
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c:1225
next →1–100 of 3,872, ranked by callers