MCPcopy Create free account

hub / github.com/but0n/Avem / functions

Functions3,872 in github.com/but0n/Avem

↓ 1 callersFunctionFSMC_NOR_ReadID
* Function Name : FSMC_NOR_ReadID * Description : Reads NOR memory's Manufacturer and Device Code. * Input : - NOR_ID: pointer to a NOR
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Device_Firmware_Upgrade/src/fsmc_nor.c:141
↓ 1 callersFunctionFSMC_NOR_ReturnToReadMode
* Function Name : FSMC_NOR_ReturnToReadMode * Description : Returns the NOR memory to Read mode. * Input : None * Output : Non
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Device_Firmware_Upgrade/src/fsmc_nor.c:334
↓ 1 callersFunctionFSMC_NOR_WriteBuffer
* Function Name : FSMC_NOR_WriteBuffer * Description : Writes a half-word buffer to the FSMC NOR memory. * Input : - pBuffer : pointer
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Device_Firmware_Upgrade/src/fsmc_nor.c:223
↓ 1 callersFunctionFSMC_NOR_WriteHalfWord
* Function Name : FSMC_NOR_WriteHalfWord * Description : Writes a half-word to the NOR memory. * Input : - WriteAddr : NOR memory inte
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Device_Firmware_Upgrade/src/fsmc_nor.c:202
↓ 1 callersFunctionFindSCR
* @brief Find the SD card SCR register value. * @param rca: selected card address. * @param pscr: pointer to the buffer that will contain the
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_sdio_sd.c:2677
↓ 1 callersFunctionFindSCR
* @brief Find the SD card SCR register value. * @param rca: selected card address. * @param pscr: pointer to the buffer that will contain the
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:2675
↓ 1 callersFunctionFreeUserBuffer
* Function Name : FreeUserBuffer * Description : free buffer used from the application realizing it to the line toggles bit S
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:719
↓ 1 callersFunctionGPIO_AINConfig
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/JoyStickMouse/src/hw_config.c:208
↓ 1 callersFunctionGPIO_Configuration
* Function Name : GPIO_Configuration * Description : Configures the different GPIO ports. * Input : None * Output : None * Re
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Custom_HID/src/hw_config.c:340
↓ 1 callersFunctionGPIO_Configuration
* Function Name : GPIO_Configuration * Description : Configures the different GPIO ports. * Input : None * Output : None * Re
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/hw_config.c:367
↓ 1 callersFunctionGetEPDblBuf0Count
* Function Name : GetEPDblBuf0Count * Description : Returns the number of byte received in the buffer 0 of a double * Buffer en
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:678
↓ 1 callersFunctionGetEPDblBuf1Count
* Function Name : GetEPDblBuf1Count * Description : Returns the number of data received in the buffer 1 of a double * Buffer en
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:690
↓ 1 callersFunctionGet_SerialNum
* Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Virtual_COM_Port/src/hw_config.c:516
↓ 1 callersFunctionGet_SerialNum
* Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/hw_config.c:416
↓ 1 callersFunctionGet_SerialNum
* Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/hw_config.c:362
↓ 1 callersFunctionGet_SerialNum
* Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/VirtualComport_Loopback/src/hw_config.c:293
↓ 1 callersFunctionGet_SerialNum
* Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Device_Firmware_Upgrade/src/hw_config.c:361
↓ 1 callersFunctionGet_SerialNum
STM32F30x */ * Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Custom_HID/src/hw_config.c:536
↓ 1 callersFunctionGet_SerialNum
STM32F30x */ * Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/hw_config.c:565
↓ 1 callersFunctionGet_SerialNum
* Function Name : Get_SerialNum. * Description : Create the serial number string descriptor. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/JoyStickMouse/src/hw_config.c:490
↓ 1 callersFunctionHandle_USBAsynchXfer
* Function Name : Handle_USBAsynchXfer. * Description : send data to USB. * Input : None. * Return : none. ******************
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Virtual_COM_Port/src/hw_config.c:431
↓ 1 callersFunctionI2S_CODEC_ControlVolume
* Function Name : I2S_CODEC_ControlVolume * Description : Controls the audio volume. * Input : - direction: VolumeDirection_HIGH (0xF)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:278
↓ 1 callersFunctionI2S_CODEC_Init
* Function Name : I2S_CODEC_Init * Description : Initializes the I2S audio codec according parameters configured * by I2S_COD
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:126
↓ 1 callersFunctionI2S_CODEC_PowerDown
* Function Name : I2S_CODEC_PowerDown * Description : Power down the Audio Codec. * Input : - CodecPowerDown_Mode: could be CodecPowerD
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:409
↓ 1 callersFunctionI2S_CODEC_Stop
* Function Name : I2S_CODEC_Stop * Description : Stop playing the audio file, reset the pointer and power off * : the Codec. * I
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:246
↓ 1 callersFunctionI2S_CODEC_UpdateStatus
* Function Name : I2S_CODEC_UpdateStatus * Description : Check if STOP or PAUSE command are generated and performs the * : relat
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:496
↓ 1 callersFunctionI2S_CODEC_WaveParsing
* Function Name : I2S_CODEC_WaveParsing * Description : Checks the format of the .WAV file and gets information about * the aud
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:556
↓ 1 callersFunctionI2S_FullDuplexConfig
* @brief Configures the full duplex mode for the I2Sx peripheral using its * extension I2Sxext according to the specified parameters in th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:701
↓ 1 callersFunctionIIC_Ack
libs/module/avm_i2c.c:60
↓ 1 callersFunctionIIC_Read
libs/module/avm_i2c.c:102
↓ 1 callersFunctionIMU_Comput
libs/module/avm_mpu6050.c:113
↓ 1 callersFunctionIn0_Process
* Function Name : In0_Process * Description : Process the IN token on all default endpoint. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_core.c:907
↓ 1 callersFunctionJoystick_Send
* Function Name : Joystick_Send. * Description : prepares buffer to be sent containing Joystick event infos. * Input : Keys: keys received
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/JoyStickMouse/src/hw_config.c:445
↓ 1 callersFunctionJoystick_SetProtocol
* Function Name : Joystick_SetProtocol * Description : Joystick Set Protocol request routine. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/JoyStickMouse/src/usb_prop.c:387
↓ 1 callersFunctionLCD_CtrlLinesConfig
* @brief Configures LCD control lines in Output Push-Pull mode. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1734
↓ 1 callersFunctionLCD_CtrlLinesConfig
* @brief Configures LCD control lines in Output Push-Pull mode. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1592
↓ 1 callersFunctionLCD_CtrlLinesConfig
* @brief Configures LCD Control lines (FSMC Pins) in alternate function mode. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1524
↓ 1 callersFunctionLCD_CtrlLinesConfig
* @brief Configures LCD control lines in Output Push-Pull mode. * @note The LCD_NCS line can be configured in Open Drain mode * whe
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1545
↓ 1 callersFunctionLCD_CtrlLinesConfig
* @brief Configures LCD control lines in Output Push-Pull mode. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1477
↓ 1 callersFunctionLCD_CtrlLinesConfig
* @brief Configures LCD Control lines (FSMC Pins) in alternate function mode. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1439
↓ 1 callersFunctionLCD_DisplayOff
* @brief Disables the Display. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1712
↓ 1 callersFunctionLCD_DisplayOff
* @brief Disables the Display. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1570
↓ 1 callersFunctionLCD_DisplayOff
* @brief Disables the Display. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1504
↓ 1 callersFunctionLCD_DisplayOff
* @brief Disables the Display. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1521
↓ 1 callersFunctionLCD_DisplayOff
* @brief Disables the Display. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1465
↓ 1 callersFunctionLCD_DisplayOff
* @brief Disables the Display. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1419
↓ 1 callersFunctionLCD_DrawChar
* @brief Draws a character on LCD. * @param Xpos: the Line where to display the character shape. * @param Ypos: start column address. * @p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:602
↓ 1 callersFunctionLCD_DrawChar
* @brief Draws a character on LCD. * @param Xpos: the Line where to display the character shape. * @param Ypos: start column address. * @p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:623
↓ 1 callersFunctionLCD_DrawChar
* @brief Draws a character on LCD. * @param Xpos: the Line where to display the character shape. * @param Ypos: start column address. * @p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:691
↓ 1 callersFunctionLCD_DrawChar
* @brief Draws a character on LCD. * @param Xpos: the Line where to display the character shape. * @param Ypos: start column address. * @p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:530
↓ 1 callersFunctionLCD_DrawChar
* @brief Draws a character on LCD. * @param Xpos: the Line where to display the character shape. * @param Ypos: start column address. * @p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:556
↓ 1 callersFunctionLCD_DrawChar
* @brief Draws a character on LCD. * @param Xpos: the Line where to display the character shape. * @param Ypos: start column address. * @p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:571
↓ 1 callersFunctionLCD_DrawCircle
* @brief Displays a circle. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Radius * @retva
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:827
↓ 1 callersFunctionLCD_DrawCircle
* @brief Displays a circle. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Radius * @retva
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:848
↓ 1 callersFunctionLCD_DrawCircle
* @brief Displays a circle. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Radius * @retva
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:917
↓ 1 callersFunctionLCD_DrawCircle
* @brief Displays a circle. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Radius * @retva
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:798
↓ 1 callersFunctionLCD_DrawCircle
* @brief Displays a circle. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Radius * @retva
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:741
↓ 1 callersFunctionLCD_DrawCircle
* @brief Displays a circle. * @param Xpos: specifies the X position. * @param Ypos: specifies the Y position. * @param Radius * @retva
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:798
↓ 1 callersFunctionLCD_FSMCConfig
* @brief Configures the Parallel interface (FSMC) for LCD(Parallel mode) * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1589
↓ 1 callersFunctionLCD_FSMCConfig
* @brief Configures the Parallel interface (FSMC) for LCD(Parallel mode) * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1474
↓ 1 callersFunctionLCD_GPIOConfig
* @brief Configures the LCD Segments and Coms GPIOs. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_glass_lcd.c:3259
↓ 1 callersFunctionLCD_GPIOConfig
* @brief Configures the LCD Segments and Coms GPIOs. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_glass_lcd.c:680
↓ 1 callersFunctionLCD_PolyLine
* @brief Displays an polyline (between many points). * @param Points: pointer to the points array. * @param PointCount: Number of points.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1190
↓ 1 callersFunctionLCD_PolyLine
* @brief Displays an polyline (between many points). * @param Points: pointer to the points array. * @param PointCount: Number of points.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1104
↓ 1 callersFunctionLCD_PolyLine
* @brief Displays an polyline (between many points). * @param Points: pointer to the points array. * @param PointCount: Number of points.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1202
↓ 1 callersFunctionLCD_PolyLine
* @brief Displays an polyline (between many points). * @param Points: pointer to the points array. * @param PointCount: Number of points.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1055
↓ 1 callersFunctionLCD_PolyLine
* @brief Displays an polyline (between many points). * @param Points: pointer to the points array. * @param PointCount: Number of points.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1043
↓ 1 callersFunctionLCD_PolyLine
* @brief Displays an poly-line (between many points). * @param Points: pointer to the points array. * @param PointCount: Number of points.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1097
↓ 1 callersFunctionLCD_ReadReg
* @brief Reads the selected LCD Register. * @param LCD_Reg: address of the selected register. * @retval LCD Register Value. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1344
↓ 1 callersFunctionLCD_ReadReg
* @brief Reads the selected LCD Register. * @param LCD_Reg: address of the selected register. * @retval LCD Register Value. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:1413
↓ 1 callersFunctionLCD_ReadReg
* @brief Reads the selected LCD Register. * @note For HX8347G controller, the LCD registers are 8-bit length * while it is 16-bit le
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1325
↓ 1 callersFunctionLCD_ReadReg
* @brief Reads the selected LCD Register. * @param LCD_Reg: address of the selected register. * @retval LCD Register Value. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1316
↓ 1 callersFunctionLCD_SPIConfig
* @brief Configures the LCD_SPI interface. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1784
↓ 1 callersFunctionLCD_SPIConfig
* @brief Configures the LCD_SPI interface. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1636
↓ 1 callersFunctionLCD_SPIConfig
* @brief Configures the LCD_SPI interface. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1588
↓ 1 callersFunctionLCD_SPIConfig
* @brief Configures the LCD_SPI interface. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1521
↓ 1 callersFunctionLCD_SetDisplayWindow
* @brief Sets a display window * @param Xpos: specifies the X buttom left position. * @param Ypos: specifies the Y buttom left position. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:689
↓ 1 callersFunctionLCD_SetDisplayWindow
* @brief Sets a display window * @param Xpos: specifies the X buttom left position. * @param Ypos: specifies the Y buttom left position. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:710
↓ 1 callersFunctionLCD_SetDisplayWindow
* @brief Sets a display window * @param Xpos: specifies the X buttom left position. * @param Ypos: specifies the Y buttom left position. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:785
↓ 1 callersFunctionLCD_SetDisplayWindow
* @brief Sets a display window * @param Xpos: specifies the X buttom left position. * @param Ypos: specifies the Y buttom left position. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:639
↓ 1 callersFunctionLCD_SetDisplayWindow
* @brief Sets a display window * @param Xpos: specifies the X buttom left position. * @param Ypos: specifies the Y buttom left position. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:663
↓ 1 callersFunctionLCD_SetFont
* @brief Sets the Text Font. * @param fonts: specifies the font to be used. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_lcd.c:587
↓ 1 callersFunctionLCD_SetFont
* @brief Sets the Text Font. * @param fonts: specifies the font to be used. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:428
↓ 1 callersFunctionLCD_SetFont
* @brief Sets the Text Font. * @param fonts: specifies the font to be used. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:476
↓ 1 callersFunctionLCD_WriteRegHX8312
* @brief Writes to the selected LCD HX8312 register. * @param LCD_Reg: address of the selected register. * @param LCD_RegValue: value to writ
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1559
↓ 1 callersFunctionLCD_WriteRegILI9320
* @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/STM3210B_EVAL/stm3210b_eval_lcd.c:1432
↓ 1 callersFunctionLM75_Init
* @brief Initializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_i2c_tsensor_cpal.c:116
↓ 1 callersFunctionLM75_LowLevel_DeInit
* @brief DeInitializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval.c:546
↓ 1 callersFunctionLM75_LowLevel_DeInit
* @brief DeInitializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval.c:539
↓ 1 callersFunctionLM75_LowLevel_DeInit
* @brief DeInitializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval.c:509
↓ 1 callersFunctionLM75_LowLevel_DeInit
* @brief DeInitializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval.c:487
↓ 1 callersFunctionLM75_LowLevel_DeInit
* @brief DeInitializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval.c:598
↓ 1 callersFunctionLM75_LowLevel_Init
* @brief Initializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval.c:577
↓ 1 callersFunctionLM75_LowLevel_Init
* @brief Initializes the LM75_I2C.. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval.c:572
↓ 1 callersFunctionLM75_LowLevel_Init
* @brief Initializes the LM75_I2C.. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval.c:543
↓ 1 callersFunctionLM75_LowLevel_Init
* @brief Initializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval.c:520
↓ 1 callersFunctionLM75_LowLevel_Init
* @brief Initializes the LM75_I2C.. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval.c:629
↓ 1 callersFunctionLM75_Status
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_i2c_tsensor_cpal.c:151
↓ 1 callersFunctionLM75_StructInit
* @brief Initializes the LM75_I2C. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_i2c_tsensor_cpal.c:127
↓ 1 callersFunctionLeave_LowPowerMode
* Function Name : Leave_LowPowerMode * Description : Restores system clocks and power while exiting suspend mode * Input : None. * Ret
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Virtual_COM_Port/src/hw_config.c:184
← previousnext →801–900 of 3,872, ranked by callers