MCPcopy Create free account

hub / github.com/dekuNukem/pimp_my_microwave / functions

Functions915 in github.com/dekuNukem/pimp_my_microwave

↓ 101 callersFunctionHAL_GetTick
* @brief Provides a tick value in millisecond. * @note This function is declared as __weak to be overwritten in case of other * implem
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:295
↓ 56 callersFunctionTIM_CCxChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel x. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5465
↓ 54 callersFunctionHAL_DMA_Start_IT
* @brief Start the DMA Transfer with interrupt enabled. * @param hdma pointer to a DMA_HandleTypeDef structure that contains *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:345
↓ 37 callersFunction__DSB
\brief Data Synchronization Barrier \details Acts as a special kind of Data Memory Barrier. It completes when all explicit memory acces
firmware/Drivers/CMSIS/Include/cmsis_gcc.h:427
↓ 35 callersFunctionI2C_TransferConfig
* @brief Handles I2Cx communication when starting transfer or during transfer (TC or TCR flag are set). * @param hi2c I2C handle. * @param DevA
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4692
↓ 26 callersFunctionFLASH_WaitForLastOperation
* @brief Wait for a FLASH operation to complete. * @param Timeout maximum flash operation timeout * @retval HAL Status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:632
↓ 25 callersFunctionI2C_Enable_IRQ
* @brief Manage the enabling of Interrupts. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configurat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4722
↓ 24 callersFunctionHAL_DMA_Abort
* @brief Abort the DMA Transfer. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configuration informa
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:401
↓ 21 callersFunctionI2C_WaitOnFlagUntilTimeout
* @brief This function handles I2C Communication Timeout. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4474
↓ 18 callersFunctionI2C_Disable_IRQ
* @brief Manage the disabling of Interrupts. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configura
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4795
↓ 17 callersFunction__SSAT
firmware/Drivers/CMSIS/Include/arm_math.h:666
↓ 16 callersFunctionTIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel specifies the TIM
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1986
↓ 14 callersFunction__ISB
\brief Instruction Synchronization Barrier \details Instruction Synchronization Barrier flushes the pipeline in the processor, so that
firmware/Drivers/CMSIS/Include/cmsis_gcc.h:416
↓ 13 callersFunctionHAL_DMA_Abort_IT
* @brief Abort the DMA Transfer in Interrupt mode. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the con
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:427
↓ 12 callersFunctionSPI_WaitFlagStateUntilTimeout
* @brief Handle SPI Communication Timeout. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration i
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3499
↓ 11 callersFunctionHAL_SPI_ErrorCallback
* @brief SPI error callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration information f
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2597
↓ 11 callersFunctionSPI_WaitFifoStateUntilTimeout
* @brief Handle SPI FIFO Communication Timeout. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configurat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3551
↓ 11 callersFunction__NOP
\brief No Operation \details No Operation does nothing. This instruction can be used for code alignment purposes. */
firmware/Drivers/CMSIS/Include/cmsis_gcc.h:373
↓ 9 callersFunctionSPI_EndRxTxTransaction
* @brief Handle the check of the RXTX or TX transaction complete. * @param hspi SPI handle * @param Timeout Timeout duration * @param Tickst
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3646
↓ 8 callersFunctionUART_CheckIdleState
* @brief Check the UART Idle State. * @param huart UART handle. * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2288
↓ 7 callersFunctionHAL_RCC_GetSysClockFreq
* @brief Returns the SYSCLK frequency * @note The system frequency computed by this function is not the real * frequency in the c
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1064
↓ 7 callersFunctionI2C_ITError
* @brief I2C interrupts error process. * @param hi2c I2C handle. * @param ErrorCode Error code to handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4184
↓ 7 callersFunctionI2C_WaitOnTXISFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of TXIS flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure t
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4503
↓ 7 callersFunctionTIM_Base_SetConfig
* @brief Time Base configuration * @param TIMx TIM periheral * @param Structure TIM Base configuration structure * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4673
↓ 7 callersFunctionTIM_ITRx_SetConfig
* @brief Selects the Input Trigger source * @param TIMx to select the TIM peripheral * @param InputTriggerSource The Input Trigger source. *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5405
↓ 6 callersFunctionHAL_FLASH_EndOfOperationCallback
* @brief FLASH end of operation interrupt callback * @param ReturnValue The value saved in this parameter depends on the ongoing procedure *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:444
↓ 6 callersFunctionHAL_NVIC_SetPriority
* @brief Sets the priority of an interrupt. * @param IRQn External interrupt number . * This parameter can be an enumerator of IRQn_Type
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:152
↓ 6 callersFunctionI2C_Flush_TXDR
* @brief I2C Tx data register flush process. * @param hi2c I2C handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4286
↓ 6 callersFunctionI2C_WaitOnSTOPFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of STOP flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure t
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4540
↓ 6 callersFunctionUART_WaitOnFlagUntilTimeout
* @brief Handle UART Communication Timeout. * @param huart UART handle. * @param Flag Specifies the UART flag to check * @param Status Flag
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2349
↓ 5 callersFunctionHAL_GPIO_Init
* @brief Initialize the GPIOx peripheral according to the specified parameters in the GPIO_Init. * @param GPIOx where x can be (A..F) to select th
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:186
↓ 5 callersFunctionHAL_RCC_GetPCLK1Freq
* @brief Returns the PCLK1 frequency * @note Each time PCLK1 changes, this function must be called to update the * right PCLK1 val
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1150
↓ 5 callersFunctionHAL_TIM_IC_CaptureCallback
* @brief Input Capture callback in non blocking mode * @param htim TIM IC handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4414
↓ 5 callersFunctionHAL_TIM_PWM_PulseFinishedCallback
* @brief PWM Pulse finished callback in non blocking mode * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4429
↓ 5 callersFunctionHAL_UART_ErrorCallback
* @brief UART error callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1870
↓ 5 callersFunctionHAL_UART_MspInit
* @brief Initialize the UART MSP. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:573
↓ 5 callersFunctionTIM_ETR_SetConfig
* @brief Configures the TIMx External Trigger (ETR). * @param TIMx to select the TIM peripheral * @param TIM_ExtTRGPrescaler The external Trig
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5435
↓ 5 callersFunctionUART_AdvFeatureConfig
* @brief Configure the UART peripheral advanced features. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2214
↓ 5 callersFunctionUART_SetConfig
* @brief Configure the UART peripheral. * @param huart UART handle. * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2109
↓ 4 callersFunctionHAL_TIM_OC_DelayElapsedCallback
* @brief Output Compare callback in non blocking mode * @param htim TIM OC handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4400
↓ 4 callersFunctionTIM_OC2_SetConfig
* @brief Time Ouput Compare 2 configuration * @param TIMx to select the TIM peripheral * @param OC_Config The ouput configuration structure
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4795
↓ 4 callersFunction_Error_Handler
* @brief This function is executed in case of error occurrence. * @param file: The file name as string. * @param line: The line in file as a nu
firmware/Src/main.c:345
↓ 4 callersFunction__CLZ
firmware/Drivers/CMSIS/Include/arm_math.h:543
↓ 4 callersFunction__WFE
\brief Wait For Event \details Wait For Event is a hint instruction that permits the processor to enter a low-power state until one of a numbe
firmware/Drivers/CMSIS/Include/cmsis_gcc.h:394
↓ 3 callersFunctionFLASH_OB_GetWRP
* @brief Return the FLASH Write Protection Option Bytes value. * @retval The FLASH Write Protection Option Bytes value */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:906
↓ 3 callersFunctionFLASH_PageErase
* @brief Erase the specified FLASH memory page * @param PageAddress FLASH page to erase * The value of this parameter depend on device u
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:976
↓ 3 callersFunctionFLASH_Program_HalfWord
* @brief Program a half-word (16-bit) at a specified address. * @param Address specify the address to be programmed. * @param Data specify t
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:615
↓ 3 callersFunctionHAL_I2C_AddrCallback
* @brief Slave Address Match callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration i
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3099
↓ 3 callersFunctionHAL_RCC_GetHCLKFreq
* @brief Returns the HCLK frequency * @note Each time HCLK changes, this function must be called to update the * right HCLK value.
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1139
↓ 3 callersFunctionHAL_SPI_AbortCpltCallback
* @brief SPI Abort Complete callback. * @param hspi SPI handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2615
↓ 3 callersFunctionHAL_SPI_RxCpltCallback
* @brief Rx Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration i
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2517
↓ 3 callersFunctionHAL_UART_AbortCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1885
↓ 3 callersFunctionHAL_UART_AbortReceiveCpltCallback
* @brief UART Abort Receive Complete callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1915
↓ 3 callersFunctionHAL_UART_AbortTransmitCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1900
↓ 3 callersFunctionI2C_ITSlaveSequentialCplt
* @brief I2C Slave sequential complete process. * @param hi2c I2C handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3898
↓ 3 callersFunctionI2C_IsAcknowledgeFailed
* @brief This function handles Acknowledge failed detection during an I2C Communication. * @param hi2c Pointer to a I2C_HandleTypeDef structure th
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4626
↓ 3 callersFunctionI2C_RequestMemoryRead
* @brief Master sends target device address followed by internal memory address for read request. * @param hi2c Pointer to a I2C_HandleTypeDef str
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3709
↓ 3 callersFunctionI2C_RequestMemoryWrite
* @brief Master sends target device address followed by internal memory address for write request. * @param hi2c Pointer to a I2C_HandleTypeDef st
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3642
↓ 3 callersFunctionSPI_EndRxTransaction
* @brief Handle the check of the RX transaction complete. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * t
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3610
↓ 3 callersFunctionTIM_OC1_SetConfig
* @brief Time Ouput Compare 1 configuration * @param TIMx to select the TIM peripheral * @param OC_Config The ouput configuration structure *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4721
↓ 3 callersFunctionTIM_TI1_ConfigInputStage
* @brief Configure the Polarity and Filter for TI1. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity The Input Polarity.
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5188
↓ 3 callersFunctionTIM_TI1_SetConfig
* @brief Configure the TI1 as Input. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity The Input Polarity. * This
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5141
↓ 3 callersFunctionUART_EndRxTransfer
* @brief End ongoing Rx transfer on UART peripheral (following error detection or Reception completion). * @param huart UART handle. * @retval N
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2396
↓ 3 callersFunction__QADD
* @brief C custom defined QADD for M3 and M0 processors */
firmware/Drivers/CMSIS/Include/arm_math.h:898
↓ 3 callersFunction__QSUB
* @brief C custom defined QSUB for M3 and M0 processors */
firmware/Drivers/CMSIS/Include/arm_math.h:909
↓ 3 callersFunction__WFI
\brief Wait For Interrupt \details Wait For Interrupt is a hint instruction that suspends execution until one of a number of events occurs. */
firmware/Drivers/CMSIS/Include/cmsis_gcc.h:383
↓ 3 callersFunctionclip_q63_to_q31
* @brief Clips Q63 to Q31 values. */
firmware/Drivers/CMSIS/Include/arm_math.h:484
↓ 3 callersFunctionlinear_buf_reset
firmware/Src/helpers.c:26
↓ 3 callersFunctionspi_test
firmware/Src/helpers.c:7
↓ 2 callersFunctionDMA_CalcBaseAndBitshift
* @brief set the DMA base address and channel index depending on DMA instance * @param hdma pointer to a DMA_HandleTypeDef structure that co
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:864
↓ 2 callersFunctionDMA_SetConfig
* @brief Set the DMA Transfer parameters. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the c
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:830
↓ 2 callersFunctionFLASH_MassErase
* @brief Full erase of FLASH memory Bank * * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:516
↓ 2 callersFunctionFLASH_OB_GetRDP
* @brief Returns the FLASH Read Protection level. * @retval FLASH RDP level * This parameter can be one of the following values: *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:920
↓ 2 callersFunctionFLASH_OB_RDP_LevelConfig
* @brief Set the read protection level. * @param ReadProtectLevel specifies the read protection level. * This parameter can be one of th
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:767
↓ 2 callersFunctionFLASH_SetErrorCode
* @brief Set the specific FLASH error flag. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:675
↓ 2 callersFunctionHAL_Delay
* @brief This function provides accurate delay (in milliseconds) based * on variable incremented. * @note In the default implementation ,
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:311
↓ 2 callersFunctionHAL_FLASHEx_OBErase
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:329
↓ 2 callersFunctionHAL_GPIO_DeInit
* @brief De-initialize the GPIOx peripheral registers to their default reset values. * @param GPIOx where x can be (A..F) to select the GPIO perip
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:311
↓ 2 callersFunctionHAL_GPIO_WritePin
* @brief Set or clear the selected data port bit. * @note This function uses GPIOx_BSRR and GPIOx_BRR registers to allow atomic read/modify *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:425
↓ 2 callersFunctionHAL_I2C_AbortCpltCallback
* @brief I2C abort callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration information
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3181
↓ 2 callersFunctionHAL_I2C_ErrorCallback
* @brief I2C error callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration information
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3165
↓ 2 callersFunctionHAL_I2C_ListenCpltCallback
* @brief Listen Complete callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration infor
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3117
↓ 2 callersFunctionHAL_I2C_MasterRxCpltCallback
* @brief Master Rx Transfer completed callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the config
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3050
↓ 2 callersFunctionHAL_I2C_MasterTxCpltCallback
* @brief Master Tx Transfer completed callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the config
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3034
↓ 2 callersFunctionHAL_I2C_SlaveRxCpltCallback
* @brief Slave Rx Transfer completed callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configu
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3081
↓ 2 callersFunctionHAL_I2C_SlaveTxCpltCallback
@brief Slave Tx Transfer completed callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configura
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3065
↓ 2 callersFunctionHAL_InitTick
* @brief This function configures the source of the time base. * The time source is configured to have 1ms time base with a dedicated *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:236
↓ 2 callersFunctionHAL_SPI_TxCpltCallback
* @brief Tx Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration i
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2501
↓ 2 callersFunctionHAL_SPI_TxRxCpltCallback
* @brief Tx and Rx Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configur
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2533
↓ 2 callersFunctionHAL_SYSTICK_Config
* @brief Initializes the System Timer and its interrupt, and starts the System Tick Timer. * Counter is in free running mode to generate pe
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:210
↓ 2 callersFunctionHAL_TIMEx_CommutationCallback
* @brief Hall commutation changed callback in non blocking mode * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1894
↓ 2 callersFunctionHAL_TIM_PeriodElapsedCallback
* @brief Period elapsed callback in non blocking mode * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4385
↓ 2 callersFunctionHAL_TIM_TriggerCallback
* @brief Hall Trigger detection callback in non blocking mode * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4444
↓ 2 callersFunctionHAL_UART_RxCpltCallback
* @brief Rx Transfer completed callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1840
↓ 2 callersFunctionHAL_UART_TxCpltCallback
* @brief Tx Transfer completed callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1810
↓ 2 callersFunctionI2C_ITListenCplt
* @brief I2C Listen complete process. * @param hi2c I2C handle. * @param ITFlags Interrupt flags to handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4140
↓ 2 callersFunctionI2C_ITMasterCplt
* @brief I2C Master complete process. * @param hi2c I2C handle. * @param ITFlags Interrupt flags to handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3942
↓ 2 callersFunctionI2C_ITMasterSequentialCplt
* @brief I2C Master sequential complete process. * @param hi2c I2C handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3853
↓ 2 callersFunctionI2C_ITSlaveCplt
* @brief I2C Slave complete process. * @param hi2c I2C handle. * @param ITFlags Interrupt flags to handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4034
↓ 2 callersFunctionI2C_WaitOnRXNEFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of RXNE flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure t
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4574
next →1–100 of 915, ranked by callers