MCPcopy Create free account

hub / github.com/MaJerle/stm32fxxx-hal-libraries / functions

Functions13,246 in github.com/MaJerle/stm32fxxx-hal-libraries

↓ 14 callersFunctionLL_APB2_GRP1_ReleaseReset
* @brief Release APB2 peripherals reset. * @rmtoll APB2RSTR TIM1RST LL_APB2_GRP1_ReleaseReset\n * APB2RSTR TIM8RST
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_bus.h:1967
↓ 14 callersFunctionLL_RCC_PLL_IsReady
* @brief Check if PLL Ready * @rmtoll CR PLLRDY LL_RCC_PLL_IsReady * @retval State of bit (1 or 0). */
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.h:4225
↓ 14 callersFunctionQSPI_WaitFlagStateUntilTimeout
* @brief Wait for a flag state until timeout. * @param hqspi: QSPI handle * @param Flag: Flag checked * @param State: Value of the flag expe
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_qspi.c:2158
↓ 14 callersFunctionRTC_ByteToBcd2
* @brief Convert a 2 digit decimal to BCD format. * @param Value: Byte to be converted * @retval Converted byte */
00-HAL_DRIVERS/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rtc.c:1320
↓ 14 callersFunctionRTC_ByteToBcd2
* @brief Converts a 2 digit decimal to BCD format. * @param Value: Byte to be converted * @retval Converted byte */
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c:1509
↓ 14 callersFunctionRTC_ByteToBcd2
* @brief Converts a 2 digit decimal to BCD format. * @param Value: Byte to be converted * @retval Converted byte */
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc.c:1529
↓ 14 callersFunctionSDIO_ConfigData
* @brief Configure the SDMMC data path according to the specified * parameters in the SDIO_DataInitTypeDef. * @param SDIOx: Pointer to
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c:442
↓ 14 callersFunctionSDMMC_CmdBlockLength
* @brief Send the Data Block Lenght command and check the response * @param SDIOx: Pointer to SDMMC register base * @retval HAL status */
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c:536
↓ 14 callersFunctionSDMMC_CmdBlockLength
* @brief Send the Data Block Lenght command and check the response * @param SDMMCx: Pointer to SDMMC register base * @retval HAL status */
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_sdmmc.c:531
↓ 14 callersFunctionSDMMC_ConfigData
* @brief Configure the SDMMC data path according to the specified * parameters in the SDMMC_DataInitTypeDef. * @param SDMMCx: Pointer t
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_sdmmc.c:437
↓ 14 callersFunctionTM_DISCO_LedToggle
00-STM32_LIBRARIES/tm_stm32_disco.c:142
↓ 14 callersFunctionTM_DMA2DGRAPHIC_DrawLine
00-STM32_LIBRARIES/tm_stm32_dma2d_graphic.c:406
↓ 14 callersFunctionTM_DMA_Init
00-STM32_LIBRARIES/tm_stm32_dma.c:164
↓ 14 callersFunctionTM_LCD_SetFont
00-STM32_LIBRARIES/tm_stm32_lcd.c:282
↓ 14 callersFunctionTM_SSD1306_DrawLine
00-STM32_LIBRARIES/tm_stm32_ssd1306.c:219
↓ 14 callersFunction__WFE
\brief Wait For Event Wait For Event is a hint instruction that permits the processor to enter a low-power state until one of a number of ev
00-HAL_DRIVERS/CMSIS/Include/core_cmInstr.h:438
↓ 14 callersFunctionclust2sect
00-STM32_LIBRARIES/fatfs/ff.c:967
↓ 14 callersFunctiondir_sdi
00-STM32_LIBRARIES/fatfs/ff.c:1426
↓ 14 callersFunctionf_mount
00-STM32_LIBRARIES/fatfs/ff.c:3197
↓ 14 callersFunctionff_convert
00-STM32_LIBRARIES/fatfs/option/cc950.c:6778
↓ 14 callersFunctionfind_volume
00-STM32_LIBRARIES/fatfs/ff.c:2941
↓ 14 callersFunctionpbuf_cat
00-STM32_LIBRARIES/lwip/src/core/pbuf.c:744
↓ 14 callersFunctionpppAppend
* pppAppend - append given character to end of given pbuf. If outACCM * is not NULL and the character needs to be escaped, do so. * If pbuf is full
00-STM32_LIBRARIES/lwip/src/netif/ppp/ppp.c:732
↓ 14 callersFunctionpvPortMalloc
00-STM32_LIBRARIES/FreeRTOS/portable/MemMang/heap_5.c:170
↓ 14 callersFunctionvPortFree
00-STM32_LIBRARIES/FreeRTOS/portable/MemMang/heap_5.c:310
↓ 13 callersFunctionHAL_I2C_GetError
* @brief Return the I2C error code. * @param hi2c : Pointer to a I2C_HandleTypeDef structure that contains * the configuration info
00-HAL_DRIVERS/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:2554
↓ 13 callersFunctionHAL_NVIC_EnableIRQ
* @brief Enables a device specific interrupt in the NVIC interrupt controller. * @note To configure interrupts priority correctly, the NVIC_Prior
00-HAL_DRIVERS/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:170
↓ 13 callersFunctionLL_RCC_PLL_GetMainSource
* @brief Get the oscillator used as PLL clock source. * @rmtoll PLLCFGR PLLSRC LL_RCC_PLL_GetMainSource * @retval Returned value can
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.h:4977
↓ 13 callersFunctionTM_DMA_Start
00-STM32_LIBRARIES/tm_stm32_dma.c:193
↓ 13 callersFunctionTM_HD44780_Cmd
Private functions */
00-STM32_LIBRARIES/tm_stm32_hd44780.c:231
↓ 13 callersFunctionTM_I2C_GetHandle
00-STM32_LIBRARIES/tm_stm32_i2c.c:64
↓ 13 callersFunctionTM_I2C_ReadMulti
00-STM32_LIBRARIES/tm_stm32_i2c.c:216
↓ 13 callersFunctionTM_LCD_Putc
00-STM32_LIBRARIES/tm_stm32_lcd.c:304
↓ 13 callersFunctionTM_UART8_ReceiveHandler
00-STM32_LIBRARIES/tm_stm32_usart.c:459
↓ 13 callersFunctionfsm_sdata
* fsm_sdata - Send some data. * * Used for all packets sent to our peer by this module. */
00-STM32_LIBRARIES/lwip/src/netif/ppp/fsm.c:866
↓ 13 callersFunctionget_fat
00-STM32_LIBRARIES/fatfs/ff.c:985
↓ 13 callersFunctioninet_chksum_pseudo
00-STM32_LIBRARIES/lwip/src/core/ipv6/inet6.c:79
↓ 13 callersFunctionmem_free
* Free memory previously allocated by mem_malloc. Loads the pool number * and calls memp_free with that pool number to put the element back into * i
00-STM32_LIBRARIES/lwip/src/core/mem.c:129
↓ 13 callersFunctionvListInsertEnd
00-STM32_LIBRARIES/FreeRTOS/list.c:116
↓ 13 callersFunctionxTaskIncrementTick
00-STM32_LIBRARIES/FreeRTOS/tasks.c:1938
↓ 12 callersFunctionCRYPEx_GCMCCM_SetInitVector
* @brief Writes the InitVector/InitCounter in IV registers. * @param hcryp: pointer to a CRYP_HandleTypeDef structure that contains * th
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp_ex.c:266
↓ 12 callersFunctionCRYPEx_GCMCCM_SetInitVector
* @brief Writes the InitVector/InitCounter in IV registers. * @param hcryp: pointer to a CRYP_HandleTypeDef structure that contains * th
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp_ex.c:266
↓ 12 callersFunctionCRYPEx_GCMCCM_SetKey
* @brief Writes the Key in Key registers. * @param hcryp: pointer to a CRYP_HandleTypeDef structure that contains * the configuration i
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp_ex.c:208
↓ 12 callersFunctionCRYPEx_GCMCCM_SetKey
* @brief Writes the Key in Key registers. * @param hcryp: pointer to a CRYP_HandleTypeDef structure that contains * the configuration i
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_cryp_ex.c:208
↓ 12 callersFunctionDFSDM_GetChannelFromInstance
* @brief This function allows to get the channel number from channel instance. * @param Instance : DFSDM channel instance. * @retval Channel num
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dfsdm.c:2802
↓ 12 callersFunctionHAL_RCC_GetPCLK2Freq
* @brief Returns the PCLK2 frequency * @note Each time PCLK2 changes, this function must be called to update the * right PCLK2 val
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:947
↓ 12 callersFunctionHAL_RCC_GetSysClockFreq
* @brief Returns the SYSCLK frequency * * @note The system frequency computed by this function is not the real * freque
00-HAL_DRIVERS/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1102
↓ 12 callersFunctionLL_APB2_GRP1_ForceReset
* @brief Force APB2 peripherals reset. * @rmtoll APB2RSTR TIM1RST LL_APB2_GRP1_ForceReset\n * APB2RSTR TIM8RST LL_A
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h:1788
↓ 12 callersFunctionLL_APB2_GRP1_ReleaseReset
* @brief Release APB2 peripherals reset. * @rmtoll APB2RSTR TIM1RST LL_APB2_GRP1_ReleaseReset\n * APB2RSTR TIM8RST
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h:1845
↓ 12 callersFunctionLTDC_SetConfig
* @brief Configure the LTDC peripheral * @param hltdc Pointer to a LTDC_HandleTypeDef structure that contains * the confi
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc.c:1811
↓ 12 callersFunctionLTDC_SetConfig
* @brief Configures the LTDC peripheral * @param hltdc : Pointer to a LTDC_HandleTypeDef structure that contains * the con
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_ltdc.c:1829
↓ 12 callersFunctionMD5Update
The routine MD5Update updates the message-digest context to account for the presence of each of the characters inBuf[0..inLen-1] in the message
00-STM32_LIBRARIES/lwip/src/netif/ppp/md5.c:133
↓ 12 callersFunctionQSPI_WaitFlagStateUntilTimeout
* @brief Wait for a flag state until timeout. * @param hqspi: QSPI handle * @param Flag: Flag checked * @param State: Value of the flag expe
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_qspi.c:2243
↓ 12 callersFunctionRCC_GetPCLK1ClockFreq
* @brief Return PCLK1 clock frequency * @param HCLK_Frequency HCLK clock frequency * @retval PCLK1 clock frequency (in Hz) */
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_rcc.c:1268
↓ 12 callersFunctionSAI_InterruptFlag
* @brief Return the interrupt flag to set according the SAI setup. * @param hsai: pointer to a SAI_HandleTypeDef structure that contains *
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai.c:1820
↓ 12 callersFunctionSAI_InterruptFlag
* @brief Return the interrupt flag to set according the SAI setup. * @param hsai: pointer to a SAI_HandleTypeDef structure that contains *
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_sai.c:1823
↓ 12 callersFunctionSPI_CloseRx_ISR
* @brief Handle the end of the RX transaction. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configu
00-HAL_DRIVERS/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2713
↓ 12 callersFunctionSPI_WaitFlagStateUntilTimeout
* @brief Handle SPI Communication Timeout. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuration
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi.c:3335
↓ 12 callersFunctionTM_DMA_ClearFlag
00-STM32_LIBRARIES/tm_stm32_dma.c:52
↓ 12 callersFunctionTM_INT_DMA2DGRAPHIC_SetMemory
00-STM32_LIBRARIES/tm_stm32_dma2d_graphic.c:675
↓ 12 callersFunctionTM_USART_InitCustomPinsCallback
/ CALLBACKS */ /
00-STM32_LIBRARIES/tm_stm32_usart.c:446
↓ 12 callersFunctionUSBD_CtlSendStatus
* @brief USBD_CtlSendStatus * send zero lzngth packet on the ctl pipe * @param pdev: device instance * @retval status */
00-STM32_LIBRARIES/USB_Device/Core/Src/usbd_ioreq.c:177
↓ 12 callersFunction__NOP
\brief No Operation No Operation does nothing. This instruction can be used for code alignment purposes. */
00-HAL_DRIVERS/CMSIS/Include/core_cmInstr.h:416
↓ 12 callersFunctionarm_mat_init_f32
00-HAL_DRIVERS/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c:70
↓ 12 callersFunctioncheck_seqnos
00-STM32_LIBRARIES/lwip/test/unit/tcp/test_tcp.c:295
↓ 12 callersFunctiondhcp_set_state
* Set the DHCP state of a DHCP client. * * If the state changed, reset the number of tries. */
00-STM32_LIBRARIES/lwip/src/core/dhcp.c:1252
↓ 12 callersFunctioneTaskConfirmSleepModeStatus
00-STM32_LIBRARIES/FreeRTOS/tasks.c:2763
↓ 12 callersFunctionetharp_find_addr
* Finds (stable) ethernet/IP address pair from ARP table * using interface and IP address index. * @note the addresses in the ARP table are in netwo
00-STM32_LIBRARIES/lwip/src/netif/etharp.c:602
↓ 12 callersFunctionip_route
* Finds the appropriate network interface for a given IP address. It * searches the list of network interfaces linearly. A match is found * if the m
00-STM32_LIBRARIES/lwip/src/core/ipv4/ip.c:123
↓ 12 callersFunctionmult32x64
00-HAL_DRIVERS/CMSIS/Include/arm_math.h:510
↓ 12 callersFunctionsnmp_varbind_tail_add
00-STM32_LIBRARIES/lwip/src/core/snmp/msg_in.c:1413
↓ 12 callersFunctionvTaskStepTick
00-STM32_LIBRARIES/FreeRTOS/tasks.c:1925
↓ 11 callersFunctionHAL_SPI_ErrorCallback
* @brief SPI error callback. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuration information
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:2119
↓ 11 callersFunctionHAL_SPI_ErrorCallback
* @brief SPI error callback. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuration information
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi.c:2433
↓ 11 callersFunctionI2C_WaitOnTXISFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of TXIS flag. * @param hi2c : Pointer to a I2C_HandleTypeDef structure
00-HAL_DRIVERS/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3880
↓ 11 callersFunctionLL_RCC_PLL_GetMainSource
* @brief Get the oscillator used as PLL clock source. * @rmtoll PLLCFGR PLLSRC LL_RCC_PLL_GetMainSource * @retval Returned value can
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h:3528
↓ 11 callersFunctionSPI_WaitFifoStateUntilTimeout
* @brief Handle SPI FIFO Communication Timeout. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configura
00-HAL_DRIVERS/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_spi.c:3387
↓ 11 callersFunctionTM_DMA2DGRAPHIC_DrawPixel
00-STM32_LIBRARIES/tm_stm32_dma2d_graphic.c:106
↓ 11 callersFunctionTM_GPS_ConvertFloat
00-STM32_LIBRARIES/tm_stm32_gps.c:268
↓ 11 callersFunctionTM_GPS_INT_Pow
00-STM32_LIBRARIES/tm_stm32_gps.c:677
↓ 11 callersFunctionTM_I2C_DMA_INT_GetSettings
Private functions */
00-STM32_LIBRARIES/tm_stm32_i2c_dma.c:323
↓ 11 callersFunctionTM_LCD_Fill
00-STM32_LIBRARIES/tm_stm32_lcd.c:185
↓ 11 callersFunctionTM_LIS302DL_LIS3DSH_INT_ReadSPI
00-STM32_LIBRARIES/tm_stm32_lis302dl_lis3dsh.c:142
↓ 11 callersFunctionTM_SPI_DMA_INT_GetSettings
Private functions */
00-STM32_LIBRARIES/tm_stm32_spi_dma.c:336
↓ 11 callersFunctionTM_USBH_HID_GetConnected
00-STM32_LIBRARIES/tm_stm32_usb_host_hid.c:49
↓ 11 callersFunctionUSART_WaitOnFlagUntilTimeout
* @brief This function handles USART Communication Timeout. * @param husart: pointer to a USART_HandleTypeDef structure that contains *
00-HAL_DRIVERS/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_usart.c:1819
↓ 11 callersFunction__CLZ
00-HAL_DRIVERS/CMSIS/Include/arm_math.h:530
↓ 11 callersFunction__enable_irq
\brief Enable IRQ Interrupts This function enables IRQ interrupts by clearing the I-bit in the CPSR. Can only be executed in Privileged modes.
00-HAL_DRIVERS/CMSIS/Include/core_cmFunc.h:331
↓ 11 callersFunctiondisk_ioctl
00-STM32_LIBRARIES/fatfs/diskio.c:252
↓ 11 callersFunctiondisk_read
-----------------------------------------------------------------------*/ Read Sector(s) */ ---
00-STM32_LIBRARIES/fatfs/diskio.c:198
↓ 11 callersFunctionff_wtoupper
00-STM32_LIBRARIES/fatfs/option/cc950.c:6815
↓ 11 callersFunctionfollow_path
00-STM32_LIBRARIES/fatfs/ff.c:2764
↓ 11 callersFunctionfsm_sconfreq
* fsm_sconfreq - Send a Configure-Request. */
00-STM32_LIBRARIES/lwip/src/netif/ppp/fsm.c:811
↓ 11 callersFunctionlcp_close
* lcp_close - Take LCP down. */
00-STM32_LIBRARIES/lwip/src/netif/ppp/lcp.c:326
↓ 11 callersFunctionmem_malloc
* Allocate memory: determine the smallest pool that is big enough * to contain an element of 'size' and get an element from that pool. * * @param s
00-STM32_LIBRARIES/lwip/src/core/mem.c:78
↓ 11 callersFunctionnetif_set_down
* Bring an interface down, disabling any traffic processing. * * @note: Enabling DHCP on a down interface will make it come * up once configured.
00-STM32_LIBRARIES/lwip/src/core/netif.c:490
↓ 11 callersFunctionprvAddCurrentTaskToDelayedList
00-STM32_LIBRARIES/FreeRTOS/tasks.c:3042
↓ 11 callersFunctionputc_bfd
00-STM32_LIBRARIES/fatfs/ff.c:5825
↓ 11 callersFunctionsnmp_asn1_dec_length
* Decodes length field from incoming pbuf chain into host length. * * @param p points to a pbuf holding an ASN1 coded length * @param ofs points to
00-STM32_LIBRARIES/lwip/src/core/snmp/asn1_dec.c:84
↓ 11 callersFunctionsnmp_asn1_dec_type
* Retrieves type field from incoming pbuf chain. * * @param p points to a pbuf holding an ASN1 coded type field * @param ofs points to the offset w
00-STM32_LIBRARIES/lwip/src/core/snmp/asn1_dec.c:51
← previousnext →201–300 of 13,246, ranked by callers