MCPcopy Create free account

hub / github.com/MYaqoobEmbedded/STM32-Tutorials / functions

Functions633 in github.com/MYaqoobEmbedded/STM32-Tutorials

FunctionBSP_SDRAM_ReadData_DMA
* @brief Reads an amount of data from the SDRAM memory in DMA mode. * @param uwStartAddress: Read start address * @param pData: Pointer to da
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_sdram.c:302
FunctionBSP_SDRAM_Sendcmd
* @brief Sends command to the SDRAM bank. * @param SdramCmd: Pointer to SDRAM command structure * @retval SDRAM status */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_sdram.c:357
FunctionBSP_SDRAM_WriteData
* @brief Writes an amount of data to the SDRAM memory in polling mode. * @param uwStartAddress: Write start address * @param pData: Pointer t
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_sdram.c:321
FunctionBSP_SDRAM_WriteData_DMA
* @brief Writes an amount of data to the SDRAM memory in DMA mode. * @param uwStartAddress: Write start address * @param pData: Pointer to da
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_sdram.c:340
FunctionBSP_TS_DeInit
* @brief DeInitializes the TouchScreen. * @retval TS state */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_ts.c:176
FunctionBSP_TS_GetState
* @brief Returns status and positions of the touch screen. * @param TS_State: Pointer to touch screen current state structure * @retval TS_OK
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_ts.c:222
FunctionBSP_TS_ITClear
* @brief Clears all touch screen interrupts. */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_ts.c:386
FunctionBSP_TS_ITConfig
* @brief Configures and enables the touch screen interrupts. * @retval TS_OK if all initializations are OK. Other value if error. */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_ts.c:186
FunctionBSP_TS_ITGetStatus
* @brief Gets the touch screen interrupt status. * @retval TS_OK if all initializations are OK. Other value if error. */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_ts.c:211
FunctionBSP_TS_Init
* @brief Initializes and configures the touch screen functionalities and * configures all necessary hardware resources (GPIOs, I2C, clock
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_ts.c:146
FunctionBSP_TS_ResetTouchData
* @brief Function used to reset all touch data before a new acquisition * of touch information. * @param TS_State: Pointer to touch sc
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery_ts.c:404
FunctionCAMERA_Delay
* @brief Camera delay * @param Delay: Delay in ms * @retval None */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:784
FunctionCAMERA_IO_Init
* @brief Initializes Camera low level. * @retval None */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:747
FunctionCAMERA_IO_Read
* @brief Camera reads single data. * @param Addr: I2C address * @param Reg: Register address * @retval Read data */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:770
FunctionCAMERA_IO_Write
* @brief Camera writes single data. * @param Addr: I2C address * @param Reg: Register address * @param Value: Data to be written * @r
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:759
FunctionCS43_Stop
Tutorial 28 - I2S Audio Codec - CS43L22/MY_CS43L22.c:186
FunctionEEPROM_IO_Init
* @brief Initializes peripherals used by the I2C EEPROM driver. * @retval None */
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:795
FunctionEEPROM_IO_IsDeviceReady
* @brief Checks if target device is ready for communication. * @note This function is used with Memory devices * @param DevAddress: Target
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:833
FunctionEEPROM_IO_ReadData
* @brief Read data from I2C EEPROM driver in using DMA channel. * @param DevAddress: Target device address * @param MemAddress: Internal memo
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:821
FunctionEEPROM_IO_WriteData
* @brief Write data to I2C EEPROM driver in using DMA channel. * @param DevAddress: Target device address * @param MemAddress: Internal memor
Tutorial 29 - STM32F7 LCD and Touch/GUI files/stm32746g_discovery.c:808
FunctionFMC_NAND_AttributeSpace_Timing_Init
* @brief Initializes the FMC_NAND Attribute space Timing according to the specified * parameters in the FMC_NAND_PCC_TimingTypeDef * @p
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:555
FunctionFMC_NAND_CommonSpace_Timing_Init
* @brief Initializes the FMC_NAND Common space Timing according to the specified * parameters in the FMC_NAND_PCC_TimingTypeDef * @para
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:516
FunctionFMC_NAND_DeInit
* @brief DeInitializes the FMC_NAND device * @param Device Pointer to NAND device instance * @param Bank NAND bank number * @retval HAL s
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:591
FunctionFMC_NAND_ECC_Disable
* @brief Disables dynamically FMC_NAND ECC feature. * @param Device Pointer to NAND device instance * @param Bank NAND bank number * @retv
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:654
FunctionFMC_NAND_ECC_Enable
* @brief Enables dynamically FMC_NAND ECC feature. * @param Device Pointer to NAND device instance * @param Bank NAND bank number * @retva
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:635
FunctionFMC_NAND_GetECC
* @brief Disables dynamically FMC_NAND ECC feature. * @param Device Pointer to NAND device instance * @param ECCval Pointer to ECC value *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:674
FunctionFMC_NAND_Init
* @brief Initializes the FMC_NAND device according to the specified * control parameters in the FMC_NAND_HandleTypeDef * @param Device
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:471
FunctionFMC_NORSRAM_DeInit
* @brief DeInitialize the FMC_NORSRAM peripheral * @param Device Pointer to NORSRAM device instance * @param ExDevice Pointer to NORSRAM ext
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:225
FunctionFMC_NORSRAM_Extended_Timing_Init
* @brief Initialize the FMC_NORSRAM Extended mode Timing according to the specified * parameters in the FMC_NORSRAM_TimingTypeDef * @pa
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:316
FunctionFMC_NORSRAM_Init
* @brief Initialize the FMC_NORSRAM device according to the specified * control parameters in the FMC_NORSRAM_InitTypeDef * @param Dev
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:148
FunctionFMC_NORSRAM_Timing_Init
* @brief Initialize the FMC_NORSRAM Timing according to the specified * parameters in the FMC_NORSRAM_TimingTypeDef * @param Device Po
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:262
FunctionFMC_NORSRAM_WriteOperation_Disable
* @brief Disables dynamically FMC_NORSRAM write operation. * @param Device Pointer to NORSRAM device instance * @param Bank NORSRAM bank numb
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:402
FunctionFMC_NORSRAM_WriteOperation_Enable
* @brief Enables dynamically FMC_NORSRAM write operation. * @param Device Pointer to NORSRAM device instance * @param Bank NORSRAM bank numbe
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_ll_fmc.c:384
FunctionHAL_CAN_RxCpltCallback
Tutorial 33 - CAN Bus/main.c:314
FunctionHAL_GPIO_EXTI_Callback
USER CODE BEGIN 4 */
Tutorial 32 - USB HID/main.c:265
FunctionHAL_GPIO_EXTI_Callback
USER CODE BEGIN 4 */
Tutorial 27 - Motion 3-Axis Accelerometer LIS3DSH/main.c:265
FunctionHAL_HalfDuplex_EnableReceiver
* @brief Enables the UART receiver and disables the UART transmitter. * @param huart UART handle * @retval HAL status */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:2071
FunctionHAL_HalfDuplex_EnableTransmitter
* @brief Enables the UART transmitter and disables the UART receiver. * @param huart UART handle * @retval HAL status * @retval None */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:2048
FunctionHAL_HalfDuplex_Init
* @brief Initializes the half-duplex mode according to the specified * parameters in the UART_InitTypeDef and creates the associated handle
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:304
FunctionHAL_I2S_TxCpltCallback
Tutorial 43 - WAV Player/Audio/audioI2S.c:183
FunctionHAL_I2S_TxHalfCpltCallback
Tutorial 43 - WAV Player/Audio/audioI2S.c:191
FunctionHAL_LIN_Init
* @brief Initialize the LIN mode according to the specified * parameters in the UART_InitTypeDef and creates the associated handle . * @p
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:364
FunctionHAL_LIN_SendBreak
* @brief Transmits break characters. * @param huart UART handle * @retval HAL status */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:2095
FunctionHAL_LTDC_ConfigCLUT
* @brief Load the color lookup table. * @param hltdc pointer to a LTDC_HandleTypeDef structure that contains * the config
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:593
FunctionHAL_LTDC_ConfigLayer_NoReload
* @brief Configure the LTDC Layer according to the specified without reloading * parameters in the LTDC_InitTypeDef and create the associa
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1233
FunctionHAL_LTDC_DisableCLUT
* @brief Disable the color lookup table. * @param hltdc pointer to a LTDC_HandleTypeDef structure that contains * the con
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:749
FunctionHAL_LTDC_DisableCLUT_NoReload
* @brief Disable the color lookup table without reloading. * Variant of the function HAL_LTDC_DisableCLUT without immediate reload * @p
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1746
FunctionHAL_LTDC_DisableDither
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:810
FunctionHAL_LTDC_EnableCLUT
* @brief Enable the color lookup table. * @param hltdc pointer to a LTDC_HandleTypeDef structure that contains * the conf
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:713
FunctionHAL_LTDC_EnableCLUT_NoReload
* @brief Enable the color lookup table without reloading. * Variant of the function HAL_LTDC_EnableCLUT without immediate reload * @par
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1710
FunctionHAL_LTDC_EnableDither
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:783
FunctionHAL_LTDC_GetError
* @brief Return the LTDC error code * @param hltdc pointer to a LTDC_HandleTypeDef structure that contains * the configuration in
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1809
FunctionHAL_LTDC_IRQHandler
@defgroup LTDC_Exported_Functions_Group2 IO operation functions * @brief IO operation functions * @verbatim =============================
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:324
FunctionHAL_LTDC_ProgramLineEvent
* @brief Define the position of the line interrupt. * @param hltdc pointer to a LTDC_HandleTypeDef structure that contains *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1160
FunctionHAL_LTDC_SetPitch
* @brief Function used to reconfigure the pitch for specific cases where the attached LayerIdx buffer have a width that is * larger than t
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1092
FunctionHAL_LTDC_SetPitch_NoReload
* @brief Function used to reconfigure the pitch for specific cases where the attached LayerIdx buffer have a width that is * larger than t
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1535
FunctionHAL_LTDC_SetPixelFormat
* @brief Reconfigure the pixel format. * @param hltdc pointer to a LTDC_HandleTypeDef structure that contains * the
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:956
FunctionHAL_LTDC_SetPixelFormat_NoReload
* @brief Reconfigure the pixel format without reloading. * Variant of the function HAL_LTDC_SetPixelFormat without immediate reload * @
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc.c:1398
FunctionHAL_LTDC_StructInitFromAdaptedCommandConfig
* @brief Retrieve common parameters from DSI Adapted command mode configuration structure * @param hltdc pointer to a LTDC_HandleTypeDef structur
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc_ex.c:120
FunctionHAL_LTDC_StructInitFromVideoConfig
* @brief Retrieve common parameters from DSI Video mode configuration structure * @param hltdc pointer to a LTDC_HandleTypeDef structure that con
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_ltdc_ex.c:84
FunctionHAL_MultiProcessorEx_AddressLength_Set
* @brief By default in multiprocessor mode, when the wake up method is set * to address mark, the UART handles only 4-bit long addresses det
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:2129
FunctionHAL_MultiProcessor_DisableMuteMode
* @brief Disable UART mute mode (doesn't mean it actually wakes up the software, * as it may not have been in mute mode at this very moment). *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1767
FunctionHAL_MultiProcessor_EnableMuteMode
* @brief Enable UART in mute mode (doesn't mean UART enters mute mode; * to enter mute mode, HAL_MultiProcessor_EnterMuteMode() API must be called)
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1746
FunctionHAL_MultiProcessor_EnterMuteMode
* @brief Enter UART mute mode (means UART actually enters mute mode). * To exit from mute mode, HAL_MultiProcessor_DisableMuteMode() API must be ca
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1788
FunctionHAL_MultiProcessor_Init
* @brief Initialize the multiprocessor mode according to the specified * parameters in the UART_InitTypeDef and initialize the associated ha
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:438
FunctionHAL_RS485Ex_Init
* @brief Initialize the RS485 Driver enable feature according to the specified * parameters in the UART_InitTypeDef and creates the associa
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:516
FunctionHAL_SDRAM_DMA_XferCpltCallback
* @brief DMA transfer complete callback. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configurati
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:263
FunctionHAL_SDRAM_DMA_XferErrorCallback
* @brief DMA transfer complete error callback. * @param hdma DMA handle * @retval None */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:278
FunctionHAL_SDRAM_GetModeStatus
* @brief Returns the SDRAM memory current mode. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains * the
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:805
FunctionHAL_SDRAM_GetState
* @brief Returns the SDRAM state. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains * the configuration
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:836
FunctionHAL_SDRAM_IRQHandler
* @brief This function handles SDRAM refresh error interrupt request. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:228
FunctionHAL_SDRAM_Read_16b
* @brief Reads 16-bit data buffer from the SDRAM memory. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:400
FunctionHAL_SDRAM_Read_8b
* @brief Reads 8-bit data buffer from the SDRAM memory. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:315
FunctionHAL_SDRAM_SetAutoRefreshNumber
* @brief Sets the Number of consecutive SDRAM Memory auto Refresh commands. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that conta
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:779
FunctionHAL_SDRAM_WriteProtection_Disable
* @brief Disables dynamically SDRAM write protection. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:690
FunctionHAL_SDRAM_WriteProtection_Enable
* @brief Enables dynamically SDRAM write protection. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:664
FunctionHAL_SDRAM_Write_16b
* @brief Writes 16-bit data buffer to SDRAM memory. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains *
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:440
FunctionHAL_SDRAM_Write_8b
* @brief Writes 8-bit data buffer to SDRAM memory. * @param hsdram pointer to a SDRAM_HandleTypeDef structure that contains * t
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_sdram.c:356
FunctionHAL_TIM_IC_CaptureCallback
Tutorial 37 - HC-SR05 Ultrasonic Sensor/main_method2.c:383
FunctionHAL_TIM_PeriodElapsedCallback
* @brief Period elapsed callback in non blocking mode * @note This function is called when TIM6 interrupt took place, inside * HAL_TIM_IRQHa
Tutorial 41 - SD Card + FreeRTOS/main.c:410
FunctionHAL_UART_DMAPause
* @brief Pause the DMA Transfer. * @param huart UART handle. * @retval HAL status */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1072
FunctionHAL_UART_DMAResume
* @brief Resume the DMA Transfer. * @param huart UART handle. * @retval HAL status */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1105
FunctionHAL_UART_DMAStop
* @brief Stop the DMA Transfer. * @param huart UART handle. * @retval HAL status */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1143
FunctionHAL_UART_GetError
* @brief Return the UART error code * @param huart pointer to a UART_HandleTypeDef structure that contains * the configuration inf
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1815
FunctionHAL_UART_GetState
* @brief return the UART state * @param huart uart handle * @retval HAL state */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1800
FunctionHAL_UART_IRQHandler
* @brief This function handles UART interrupt request. * @param huart uart handle * @retval None */
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:1190
FunctionHAL_UART_Receive
* @brief Receive an amount of data in blocking mode. * @param huart UART handle. * @param pData pointer to data buffer. * @param Size amount
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:785
FunctionHAL_UART_Receive_IT
* @brief Receive an amount of data in interrupt mode. * @param huart UART handle. * @param pData pointer to data buffer. * @param Size amount
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:897
FunctionHAL_UART_RxCpltCallback
Tutorial 40 - UART DMA/UART_DMA_main.c:263
FunctionHAL_UART_Transmit_DMA
* @brief Send an amount of data in DMA mode. * @param huart UART handle. * @param pData pointer to data buffer. * @param Size amount of data
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:944
FunctionHAL_UART_Transmit_IT
* @brief Send an amount of data in interrupt mode. * @param huart UART handle. * @param pData pointer to data buffer. * @param Size amount of
Tutorial 29 - STM32F7 LCD and Touch/GUI HAL library/stm32f7xx_hal_uart.c:856
FunctionILI9341_SendData_Multi
2.2 Write multiple/DMA
Tutorial 26 - SPI LCD + Resistive touch/MY_ILI9341.c:323
FunctionILI9341_drawCircle
8. Circle drawing functions
Tutorial 26 - SPI LCD + Resistive touch/MY_ILI9341.c:479
FunctionILI9341_drawTriangle
10. Triangle drawing
Tutorial 26 - SPI LCD + Resistive touch/MY_ILI9341.c:632
FunctionILI9341_fillTriangle
Tutorial 26 - SPI LCD + Resistive touch/MY_ILI9341.c:638
FunctionILI9341_printImage
12. Image print (RGB 565, 2 bytes per pixel)
Tutorial 26 - SPI LCD + Resistive touch/MY_ILI9341.c:765
FunctionKeypad4x4_GetChar
Function(5): Get character
Tutorial 23 - 4x4 Keypad/MY_Keypad4x4.c:160
FunctionKeypad4x4_Init
Functions definition *****// Function(1): Set Keypad pins and ports
Tutorial 23 - 4x4 Keypad/MY_Keypad4x4.c:42
FunctionKeypad4x4_ReadKeypad
Function(4): Read active keypad button
Tutorial 23 - 4x4 Keypad/MY_Keypad4x4.c:129
FunctionLIS3DSH_PollDRDY
4. Poll for Data Ready
Tutorial 32 - USB HID/MY_LIS3DSH.c:166
← previousnext →401–500 of 633, ranked by callers