MCPcopy Create free account

hub / github.com/but0n/Avem / functions

Functions3,872 in github.com/but0n/Avem

↓ 17 callersFunctionLCD_WriteRAM
* @brief Writes to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1604
↓ 17 callersFunctionSD_ReadByte
* @brief Read a byte from the SD. * @param None * @retval The received byte. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:867
↓ 17 callersFunctionSD_ReadByte
* @brief Read a byte from the SD. * @param None * @retval The received byte. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_sd.c:864
↓ 17 callersFunctionSD_ReadByte
* @brief Read a byte from the SD. * @param None * @retval The received byte. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_spi_sd.c:864
↓ 17 callersFunctionSD_ReadByte
* @brief Read a byte from the SD. * @param None * @retval The received byte. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_spi_sd.c:868
↓ 17 callersFunctionSetEPRxCount
* Function Name : SetEPRxCount * Description : Set the Rx count. * Input : bEpNum: Endpoint Number. * wCount: the ne
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:549
↓ 17 callersFunctionSet_Scsi_Sense_Data
* Function Name : Set_Scsi_Sense_Data * Description : Set Scsi Sense Data routine. * Input : uint8_t Sens_Key uint8
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_scsi.c:204
↓ 17 callersFunctionSet_Scsi_Sense_Data
* Function Name : Set_Scsi_Sense_Data * Description : Set Scsi Sense Data routine. * Input : uint8_t Sens_Key uint8
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_scsi.c:204
↓ 17 callersFunction__WFI
\brief Wait For Interrupt Wait For Interrupt is a hint instruction that suspends execution until one of a number of events occurs. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Include/core_cmInstr.h:297
↓ 17 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/STM32303C_EVAL/stm32303c_eval_i2c_ee.c:690
↓ 17 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/STM32373C_EVAL/stm32373c_eval_i2c_ee.c:695
↓ 16 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/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1482
↓ 16 callersFunctionRCC_APB2PeriphResetCmd
* @brief Forces or releases High Speed APB (APB2) peripheral reset. * @param RCC_APB2Periph: specifies the APB2 peripheral to reset. * This
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c:1257
↓ 16 callersFunctionReadUnit
* Function Name : ReadUnit * Description : Reads a number of bytes from the SPI Flash and reorder them * in Big or little endia
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:1392
↓ 16 callersFunctionSTM_EVAL_LEDInit
* @brief Configures LED GPIO. * @param Led: Specifies the Led to be configured. * 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:181
↓ 16 callersFunctionSetEPTxAddr
* Function Name : SetEPTxAddr * Description : Set the endpoint Tx buffer address. * Input : bEpNum: Endpoint Number. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:479
↓ 15 callersFunctionGPIO_ReadInputDataBit
* @brief Reads the specified input port pin. * @param GPIOx: where x can be (A, B, C, D, E or F) to select the GPIO peripheral. * @param GPIO
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_gpio.c:296
↓ 15 callersFunctionI2S_Cmd
* @brief Enables or disables the specified SPI peripheral (in I2S mode). * @param SPIx:To select the SPIx peripheral, where x can be: 2 or 3 in
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:550
↓ 15 callersFunctionLCD_DrawLine
* @brief Displays a line. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Length: line length.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:763
↓ 15 callersFunctionLCD_DrawLine
* @brief Displays a line. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Length: line length.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:779
↓ 15 callersFunctionLCD_DrawLine
* @brief Displays a line. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Length: line length.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:853
↓ 15 callersFunctionLCD_DrawLine
* @brief Displays a line. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Length: line length.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:729
↓ 15 callersFunctionLCD_DrawLine
* @brief Displays a line. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Length: line length.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:688
↓ 15 callersFunctionLCD_DrawLine
* @brief Displays a line. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Length: line length.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:735
↓ 15 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/STM3210B_EVAL/stm3210b_eval_lcd.c:579
↓ 15 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/STM32L152_EVAL/stm32l152_eval_lcd.c:542
↓ 15 callersFunctionLCD_UpdateDisplayRequest
* @brief Enables the Update Display Request. * @note Each time software modifies the LCD_RAM it must set the UDR bit to * transfer th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_lcd.c:467
↓ 15 callersFunctionSPI_ReceiveData8
* @brief Returns the most recent received data by the SPIx peripheral. * @param SPIx: where x can be 1, 2 or 3 to select the SPI peripheral.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:863
↓ 15 callersFunctionSTM_EVAL_PBInit
* @brief Configures Button GPIO and EXTI Line. * @param Button: Specifies the Button to be configured. * This parameter can be one of follow
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval.c:260
↓ 15 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/STM32L152D_EVAL/stm32l152d_eval_spi_ee.c:328
↓ 14 callersFunctionCEC_OwnAddressConfig
* @brief Defines the Own Address of the CEC device. * @param CEC_OwnAddress: The CEC own address. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_cec.c:265
↓ 14 callersFunctionCheckITStatus
* @brief Checks whether the CAN interrupt has occurred or not. * @param CAN_Reg: specifies the CAN interrupt register to check. * @param It_B
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_can.c:1600
↓ 14 callersFunctionCheckITStatus
* @brief Checks whether the CAN interrupt has occurred or not. * @param CAN_Reg: specifies the CAN interrupt register to check. * @param It_B
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_can.c:1640
↓ 14 callersFunctionLCD_WriteRAM
* @brief Writes to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1436
↓ 14 callersFunctionLCD_WriteRAM
* @brief Writes to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1331
↓ 14 callersFunctionLCD_WriteRAM_Prepare
* @brief Prepare to write to the LCD RAM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1426
↓ 14 callersFunctionLCD_WriteRAM_Prepare
* @brief Prepare to write to the LCD RAM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1321
↓ 14 callersFunctionRCC_APB2PeriphResetCmd
* @brief Forces or releases High Speed APB (APB2) peripheral reset. * @param RCC_APB2Periph: specifies the APB2 peripheral to reset. * This
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1514
↓ 14 callersFunctionSetEPTxValid
* Function Name : SetEPTxValid * Description : Valid the endpoint Tx Status. * Input : bEpNum: Endpoint Number. * Output : N
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:276
↓ 13 callersFunctionCodec_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_audio_codec.c:1212
↓ 13 callersFunctionSetEPRxAddr
* Function Name : SetEPRxAddr * Description : Set the endpoint Rx buffer address. * Input : bEpNum: Endpoint Number. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:491
↓ 13 callersFunctionSetEPTxCount
* Function Name : SetEPTxCount. * Description : Set the Tx count. * Input : bEpNum: Endpoint Number. * wCount: new co
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:525
↓ 13 callersFunction__SSAT
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Include/arm_math.h:600
↓ 12 callersFunctionAES_Cmd
* @brief Enable or disable the AES peripheral. * @param NewState: new state of the AES peripheral. * This parameter can be: ENABLE or
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c:199
↓ 12 callersFunctionGPIO_ResetBits
* @brief Clears the selected data port bits. * @param GPIOx: where x can be (A, B, C, D, E or F) to select the GPIO peripheral. * @param GPIO
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_gpio.c:396
↓ 12 callersFunctionGPIO_SetBits
* @brief Sets the selected data port bits. * @param GPIOx: where x can be (A, B, C, D, E or F) to select the GPIO peripheral. * @param GPIO_P
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_gpio.c:378
↓ 12 callersFunctionI2C_AcknowledgeConfig
* @brief Generates I2C communication Acknowledge. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState: new s
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:799
↓ 12 callersFunctionLCD_SetTextColor
* @brief Sets the Text color. * @param Color: specifies the Text color code RGB(5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:491
↓ 12 callersFunctionRCC_AHBPeriphResetCmd
* @brief Forces or releases AHB peripheral reset. * @param RCC_AHBPeriph: specifies the AHB peripheral to reset. * This parameter can
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_rcc.c:1363
↓ 12 callersFunctionSDIO_ClearITPendingBit
* @brief Clears the SDIO's interrupt pending bits. * @param SDIO_IT: specifies the interrupt pending bit to clear. * This parameter can be
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:964
↓ 12 callersFunctionSDIO_DataConfig
* @brief Initializes the SDIO data path according to the specified * parameters in the SDIO_DataInitStruct. * @param SDIO_DataInitStruct :
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:512
↓ 12 callersFunctionSDIO_GetITStatus
* @brief Checks whether the specified SDIO interrupt has occurred or not. * @param SDIO_IT: specifies the SDIO interrupt source to check. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:928
↓ 12 callersFunctionSD_GetResponse
* @brief Returns the SD response. * @param None * @retval The SD Response: * - SD_RESPONSE_FAILURE: Sequence failed * -
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:742
↓ 12 callersFunctionSD_GetResponse
* @brief Returns the SD response. * @param None * @retval The SD Response: * - SD_RESPONSE_FAILURE: Sequence failed * -
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_sd.c:738
↓ 12 callersFunctionSD_GetResponse
* @brief Returns the SD response. * @param None * @retval The SD Response: * - SD_RESPONSE_FAILURE: Sequence failed * -
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_spi_sd.c:738
↓ 12 callersFunctionSD_GetResponse
* @brief Returns the SD response. * @param None * @retval The SD Response: * - SD_RESPONSE_FAILURE: Sequence failed * -
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_spi_sd.c:743
↓ 12 callersFunctionSPI_Init
* @brief Initializes the SPIx peripheral according to the specified * parameters in the SPI_InitStruct. * @param SPIx: where x can be
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:257
↓ 12 callersFunctionSetEPRxValid
* Function Name : SetEPRxValid * Description : Valid the endpoint Rx Status. * Input : bEpNum: Endpoint Number. * Output : No
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:288
↓ 12 callersFunction__DSB
\brief Data Synchronization Barrier This function acts as a special kind of Data Memory Barrier. It completes when all explicit memory ac
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Include/core_cmInstr.h:341
↓ 11 callersFunctionGPIO_WriteBit
* @brief Sets or clears the selected data port bit. * @param GPIOx: where x can be (A, B, C, D, E or F) to select the GPIO peripheral. * @para
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_gpio.c:418
↓ 11 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/STM32373C_EVAL/stm32373c_eval_lcd.c:1576
↓ 11 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/STM32L152_EVAL/stm32l152_eval_lcd.c:1509
↓ 11 callersFunctionSPI_I2S_ITConfig
* @brief Enables or disables the specified SPI/I2S interrupts. * @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:1224
↓ 11 callersFunctionSPI_I2S_ReceiveData
* @brief Returns the most recent received data by the SPIx/I2Sx peripheral. * @param SPIx: To select the SPIx/I2Sx peripheral, where x can be: 1
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_spi.c:574
↓ 10 callersFunctionEXTI_GetITStatus
* @brief Checks whether the specified EXTI line is asserted or not. * @param EXTI_Line: specifies the EXTI line to check. * This parameter c
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_exti.c:300
↓ 10 callersFunctionFSMC_NORSRAMCmd
* @brief Enables or disables the specified NOR/SRAM Memory Bank. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_fsmc.c:256
↓ 10 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/STM32303C_EVAL/stm32303c_eval_lcd.c:1624
↓ 10 callersFunctionNVIC_PriorityGroupConfig
* @brief Configures the priority grouping: preemption priority and subpriority. * @param NVIC_PriorityGroup: specifies the priority grouping bits
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/misc.c:119
↓ 10 callersFunctionRTC_ByteToBcd2
* @brief Converts a 2 digit decimal to BCD format. * @param Value: Byte to be converted. * @retval Converted byte */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rtc.c:2561
↓ 10 callersFunctionRTC_ByteToBcd2
* @brief Converts a 2 digit decimal to BCD format. * @param Value: Byte to be converted. * @retval Converted byte */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c:2638
↓ 10 callersFunctionRTC_ByteToBcd2
* @brief Converts a 2 digit decimal to BCD format. * @param Value: Byte to be converted. * @retval Converted byte */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_rtc.c:2560
↓ 10 callersFunctionSDIO_ITConfig
* @brief Enables or disables the SDIO interrupts. * @param SDIO_IT: specifies the SDIO interrupt sources to be enabled or disabled. * This p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:802
↓ 10 callersFunctionSDIO_ReadData
* @brief Read one data word from Rx FIFO. * @param None * @retval Data received */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:579
↓ 10 callersFunctionWaitForLastOperation
* @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/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash_ramfunc.c:515
↓ 10 callersFunctionsFLASH_WritePage
* @brief Writes more than one byte to the FLASH with a single WRITE cycle * (Page WRITE sequence). * @note The number of byte can't
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_flash.c:221
↓ 9 callersFunctionCodec_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/STM32303C_EVAL/stm32303c_eval_audio_codec.c:1372
↓ 9 callersFunctionCodec_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/STM32373C_EVAL/stm32373c_eval_audio_codec.c:1173
↓ 9 callersFunctionLCD_GLASS_DisplayString
* @brief This function writes a char in the LCD RAM. * @param ptr: Pointer to string to display on the LCD Glass. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_glass_lcd.c:518
↓ 9 callersFunctionLCD_GLASS_DisplayString
* @brief This function writes a char in the LCD RAM. * @param ptr: Pointer to string to display on the LCD Glass. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_glass_lcd.c:238
↓ 9 callersFunctionLCD_SetTextColor
* @brief Sets the Text color. * @param Color: specifies the Text color code RGB(5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:499
↓ 9 callersFunctionLCD_SetTextColor
* @brief Sets the Text color. * @param Color: specifies the Text color code RGB(5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:566
↓ 9 callersFunctionLCD_SetTextColor
* @brief Sets the Text color. * @param Color: specifies the Text color code RGB(5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:407
↓ 9 callersFunctionLCD_SetTextColor
* @brief Sets the Text color. * @param Color: specifies the Text color code RGB(5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:455
↓ 9 callersFunctionLCD_SetTextColor
* @brief Sets the Text color. * @param Color: specifies the Text color code RGB(5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:456
↓ 9 callersFunctionLCD_WriteRAMWord
* @brief Writes 1 word to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1542
↓ 9 callersFunctionLCD_WriteRAMWord
* @brief Writes 1 word to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1445
↓ 9 callersFunctionLCD_WriteRAMWord
* @brief Writes 1 word to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1428
↓ 9 callersFunctionLCD_WriteRAMWord
* @brief Writes 1 word to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1396
↓ 9 callersFunctionSD_SendCmd
* @brief Send 5 bytes command to the SD card. * @param Cmd: The user expected command to send to SD card. * @param Arg: The command argument.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:660
↓ 9 callersFunctionSD_SendCmd
* @brief Send 5 bytes command to the SD card. * @param Cmd: The user expected command to send to SD card. * @param Arg: The command argument.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_sd.c:656
↓ 9 callersFunctionSD_SendCmd
* @brief Send 5 bytes command to the SD card. * @param Cmd: The user expected command to send to SD card. * @param Arg: The command argument.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_spi_sd.c:656
↓ 9 callersFunctionSD_SendCmd
* @brief Send 5 bytes command to the SD card. * @param Cmd: The user expected command to send to SD card. * @param Arg: The command argument.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_spi_sd.c:661
↓ 9 callersFunctionSPI_I2S_DMACmd
* @brief Enables or disables the SPIx/I2Sx DMA interface. * @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:1088
↓ 9 callersFunctionSetDeviceAddress
* Function Name : SetDeviceAddress. * Description : Set the device and all the used Endpoints addresses. * Input : - Val: device addres
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_core.c:1009
↓ 9 callersFunctiondelay
* @brief Inserts a delay time. * @param nCount: specifies the delay time length. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_glass_lcd.c:3446
↓ 9 callersFunctiondelay
* @brief Inserts a delay time. * @param nCount: specifies the delay time length. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_glass_lcd.c:827
↓ 9 callersFunctionsEE_WaitEepromStandbyState
* @brief Wait for EEPROM Standby state. * * @note This function allows to wait and check that EEPROM has finished the * last opera
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_i2c_ee.c:643
↓ 9 callersFunctionsEE_WaitEepromStandbyState
* @brief Wait for EEPROM Standby state. * * @note This function allows to wait and check that EEPROM has finished the * last opera
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_i2c_ee.c:660
↓ 9 callersFunctionsEE_WaitEepromStandbyState
* @brief Wait for EEPROM Standby state. * * @note This function allows to wait and check that EEPROM has finished the * last opera
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_i2c_ee.c:648
↓ 9 callersFunctionsEE_WaitEepromStandbyState
* @brief Wait for EEPROM Standby state. * * @note This function allows to wait and check that EEPROM has finished the * last opera
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_i2c_ee.c:658
← previousnext →101–200 of 3,872, ranked by callers