MCPcopy Create free account

hub / github.com/dekuNukem/pimp_my_microwave / functions

Functions915 in github.com/dekuNukem/pimp_my_microwave

FunctionHAL_PWR_ConfigPVD
* @brief Configures the voltage threshold detected by the Power Voltage Detector(PVD). * @param sConfigPVD pointer to an PWR_PVDTypeDef structure th
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c:124
FunctionHAL_PWR_DeInit
* @brief Deinitializes the PWR peripheral registers to their default reset values. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:91
FunctionHAL_PWR_DisableBkUpAccess
* @brief Disables access to the backup domain (RTC registers, RTC * backup data registers when present). * @note If the HSE divided by 32
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:116
FunctionHAL_PWR_DisablePVD
* @brief Disables the Power Voltage Detector(PVD). * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c:175
FunctionHAL_PWR_DisableSEVOnPend
* @brief Disables CORTEX M4 SEVONPEND bit. * @note Clears SEVONPEND bit of SCR register. When this bit is set, this causes * WFE to wake u
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:447
FunctionHAL_PWR_DisableSleepOnExit
* @brief Disables Sleep-On-Exit feature when returning from Handler mode to Thread mode. * @note Clears SLEEPONEXIT bit of SCR register. When this
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:420
FunctionHAL_PWR_DisableWakeUpPin
* @brief Disables the WakeUp PINx functionality. * @param WakeUpPinx Specifies the Power Wake-Up pin to disable. * This parameter can be v
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:262
FunctionHAL_PWR_EnableBkUpAccess
* @brief Enables access to the backup domain (RTC registers, RTC * backup data registers when present). * @note If the HSE divided by 32
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:104
FunctionHAL_PWR_EnablePVD
* @brief Enables the Power Voltage Detector(PVD). * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c:166
FunctionHAL_PWR_EnableSEVOnPend
* @brief Enables CORTEX M4 SEVONPEND bit. * @note Sets SEVONPEND bit of SCR register. When this bit is set, this causes * WFE to wake up w
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:434
FunctionHAL_PWR_EnableSleepOnExit
* @brief Indicates Sleep-On-Exit when returning from Handler mode to Thread mode. * @note Set SLEEPONEXIT bit of SCR register. When this bit is set
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:407
FunctionHAL_PWR_EnableWakeUpPin
* @brief Enables the WakeUp PINx functionality. * @param WakeUpPinx Specifies the Power Wake-Up pin to enable. * This parameter can be val
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:247
FunctionHAL_PWR_EnterSLEEPMode
* @brief Enters Sleep mode. * @note In Sleep mode, all I/O pins keep the same state as in Run mode. * @param Regulator Specifies the regulator st
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:285
FunctionHAL_PWR_EnterSTANDBYMode
* @brief Enters STANDBY mode. * @note In Standby mode, all I/O pins are high impedance except for: * - Reset pad (still available) *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:383
FunctionHAL_PWR_EnterSTOPMode
* @brief Enters STOP mode. * @note In Stop mode, all I/O pins keep the same state as in Run mode. * @note When exiting Stop mode by issuing an i
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr.c:328
FunctionHAL_PWR_PVD_IRQHandler
* @brief This function handles the PWR PVD interrupt request. * @note This API should be called under the PVD_IRQHandler() or PVD_VDDIO2_IRQHandler
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c:185
FunctionHAL_RCCEx_CRSConfig
* @brief Start automatic synchronization for polling mode * @param pInit Pointer on RCC_CRSInitTypeDef structure * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:675
FunctionHAL_RCCEx_CRSGetSynchronizationInfo
* @brief Return synchronization info * @param pSynchroInfo Pointer on RCC_CRSSynchroInfoTypeDef structure * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:727
FunctionHAL_RCCEx_CRSSoftwareSynchronizationGenerate
* @brief Generate the software synchronization event * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:717
FunctionHAL_RCCEx_CRSWaitSynchronization
* @brief Wait for CRS Synchronization status. * @param Timeout Duration of the timeout * @note Timeout is based on the maximum time to receive a SYN
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:760
FunctionHAL_RCCEx_CRS_IRQHandler
* @brief Handle the Clock Recovery System interrupt request. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:843
FunctionHAL_RCCEx_GetPeriphCLKConfig
* @brief Get the RCC_ClkInitStruct according to the internal * RCC configuration registers. * @param PeriphClkInit pointer to an RCC_PeriphCLKIn
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:286
FunctionHAL_RCCEx_GetPeriphCLKFreq
* @brief Returns the peripheral clock frequency * @note Returns 0 if peripheral clock is unknown * @param PeriphClk Peripheral clock identifie
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:386
FunctionHAL_RCCEx_PeriphCLKConfig
* @brief Initializes the RCC extended peripherals clocks according to the specified * parameters in the RCC_PeriphCLKInitTypeDef. * @para
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:120
FunctionHAL_RCC_DeInit
* @brief Resets the RCC clock configuration to the default reset state. * @note The default reset state of the clock configuration is given below
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:225
FunctionHAL_RCC_DisableCSS
* @brief Disables the Clock Security System. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1028
FunctionHAL_RCC_EnableCSS
* @brief Enables the Clock Security System. * @note If a failure is detected on the HSE oscillator clock, this oscillator * is automati
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1019
FunctionHAL_RCC_GetClockConfig
* @brief Get the RCC_ClkInitStruct according to the internal * RCC configuration registers. * @param RCC_ClkInitStruct pointer to an RCC_ClkIni
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1265
FunctionHAL_RCC_GetOscConfig
* @brief Configures the RCC_OscInitStruct according to the internal * RCC configuration registers. * @param RCC_OscInitStruct pointer to an RCC
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1163
FunctionHAL_RCC_MCOConfig
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:985
FunctionHAL_RCC_NMI_IRQHandler
* @brief This function handles the RCC CSS interrupt request. * @note This API should be called under the NMI_Handler(). * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1291
FunctionHAL_RS485Ex_Init
* @brief Initialize the RS485 Driver enable feature according to the specified * parameters in the UART_InitTypeDef and creates the associat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c:182
FunctionHAL_ResumeTick
* @brief Resume Tick increment. * @note In the default implementation , SysTick timer is the source of time base. It is * used to generate i
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:354
FunctionHAL_SPIEx_FlushRxFifo
* @brief Flush the RX fifo. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration information fo
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi_ex.c:96
FunctionHAL_SPI_Abort
* @brief Abort ongoing transfer (blocking mode). * @param hspi SPI handle. * @note This procedure could be used for aborting any ongoing trans
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:1990
FunctionHAL_SPI_Abort_IT
* @brief Abort ongoing transfer (Interrupt mode). * @param hspi SPI handle. * @note This procedure could be used for aborting any ongoing tran
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2144
FunctionHAL_SPI_DMAPause
* @brief Pause the DMA Transfer. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration informat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2334
FunctionHAL_SPI_DMAResume
* @brief Resume the DMA Transfer. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration informa
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2354
FunctionHAL_SPI_DMAStop
* @brief Stop the DMA Transfer. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration informatio
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2374
FunctionHAL_SPI_DeInit
* @brief De-Initialize the SPI peripheral. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuratio
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:406
FunctionHAL_SPI_GetError
* @brief Return the SPI error code. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration infor
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2662
FunctionHAL_SPI_GetState
* @brief Return the SPI handle state. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration inf
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2650
FunctionHAL_SPI_IRQHandler
* @brief Handle SPI interrupt request. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration in
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2405
FunctionHAL_SPI_MspDeInit
firmware/Src/stm32f0xx_hal_msp.c:103
FunctionHAL_SPI_MspInit
firmware/Src/stm32f0xx_hal_msp.c:72
FunctionHAL_SPI_Receive
* @brief Receive an amount of data in blocking mode. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the co
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:698
FunctionHAL_SPI_Receive_DMA
* @brief Receive an amount of data in non-blocking mode with DMA. * @note In case of MASTER mode and SPI_DIRECTION_2LINES direction, hdmatx shall
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:1665
FunctionHAL_SPI_Receive_IT
* @brief Receive an amount of data in non-blocking mode with Interrupt. * @param hspi pointer to a SPI_HandleTypeDef structure that contains *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:1324
FunctionHAL_SPI_Transmit_DMA
* @brief Transmit an amount of data in non-blocking mode with DMA. * @param hspi pointer to a SPI_HandleTypeDef structure that contains *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:1551
FunctionHAL_SPI_Transmit_IT
* @brief Transmit an amount of data in non-blocking mode with Interrupt. * @param hspi pointer to a SPI_HandleTypeDef structure that contains *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:1234
FunctionHAL_SuspendTick
* @brief Suspend Tick increment. * @note In the default implementation , SysTick timer is the source of time base. It is * used to generate
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:337
FunctionHAL_TIMEx_ConfigBreakDeadTime
* @brief Configures the Break feature, dead time, Lock level, OSSI/OSSR State * and the AOE(automatic output enable). * @param htim TI
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1642
FunctionHAL_TIMEx_ConfigCommutationEvent
* @} */ @defgroup TIMEx_Exported_Functions_Group5 Peripheral Control functions * @brief Peripheral Control functions * @verbatim =========
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1460
FunctionHAL_TIMEx_ConfigCommutationEvent_DMA
* @brief Configure the TIM commutation event sequence with DMA. * @note: this function is mandatory to use the commutation event in order to *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1562
FunctionHAL_TIMEx_ConfigCommutationEvent_IT
* @brief Configure the TIM commutation event sequence with interrupt. * @note: this function is mandatory to use the commutation event in order to
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1509
FunctionHAL_TIMEx_HallSensor_DeInit
* @brief DeInitializes the TIM Hall Sensor interface * @param htim TIM Hall Sensor handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:237
FunctionHAL_TIMEx_HallSensor_GetState
* @brief Return the TIM Hall Sensor interface state * @param htim TIM Hall Sensor handle * @retval HAL state */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1957
FunctionHAL_TIMEx_HallSensor_Init
@defgroup TIMEx_Exported_Functions_Group1 Timer Hall Sensor functions * @brief Timer Hall Sensor functions * @verbatim ====================
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:158
FunctionHAL_TIMEx_HallSensor_Start
* @brief Starts the TIM Hall Sensor Interface. * @param htim TIM Hall Sensor handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:294
FunctionHAL_TIMEx_HallSensor_Start_DMA
* @brief Starts the TIM Hall Sensor Interface in DMA mode. * @param htim TIM Hall Sensor handle * @param pData The destination Buffer address.
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:386
FunctionHAL_TIMEx_HallSensor_Start_IT
* @brief Starts the TIM Hall Sensor Interface in interrupt mode. * @param htim TIM Hall Sensor handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:336
FunctionHAL_TIMEx_HallSensor_Stop
* @brief Stops the TIM Hall sensor Interface. * @param htim TIM Hall Sensor handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:315
FunctionHAL_TIMEx_HallSensor_Stop_DMA
* @brief Stops the TIM Hall Sensor Interface in DMA mode. * @param htim TIM handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:433
FunctionHAL_TIMEx_HallSensor_Stop_IT
* @brief Stops the TIM Hall Sensor Interface in interrupt mode. * @param htim TIM handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:360
FunctionHAL_TIMEx_MasterConfigSynchronization
* @brief Configures the TIM in master mode. * @param htim TIM handle. * @param sMasterConfig pointer to a TIM_MasterConfigTypeDef structure tha
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1606
FunctionHAL_TIMEx_OCN_Start
* @brief Starts the TIM Output Compare signal generation on the complementary * output. * @param htim TIM Output Compare handle * @pa
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:489
FunctionHAL_TIMEx_OCN_Start_DMA
* @brief Starts the TIM Output Compare signal generation in DMA mode * on the complementary output. * @param htim TIM Output Compare ha
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:691
FunctionHAL_TIMEx_OCN_Start_IT
* @brief Starts the TIM Output Compare signal generation in interrupt mode * on the complementary output. * @param htim TIM OC handle
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:549
FunctionHAL_TIMEx_OCN_Stop
* @brief Stops the TIM Output Compare signal generation on the complementary * output. * @param htim TIM handle * @param Channel TIM
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:519
FunctionHAL_TIMEx_OCN_Stop_DMA
* @brief Stops the TIM Output Compare signal generation in DMA mode * on the complementary output. * @param htim TIM Output Compare han
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:806
FunctionHAL_TIMEx_OCN_Stop_IT
* @brief Stops the TIM Output Compare signal generation in interrupt mode * on the complementary output. * @param htim TIM Output Compa
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:616
FunctionHAL_TIMEx_OnePulseN_Start
* @brief Starts the TIM One Pulse signal generation on the complemetary * output. * @param htim TIM One Pulse handle * @param Output
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1309
FunctionHAL_TIMEx_OnePulseN_Start_IT
* @brief Starts the TIM One Pulse signal generation in interrupt mode on the * complementary channel. * @param htim TIM One Pulse handle
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1363
FunctionHAL_TIMEx_OnePulseN_Stop
* @brief Stops the TIM One Pulse signal generation on the complementary * output. * @param htim TIM One Pulse handle * @param Output
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1334
FunctionHAL_TIMEx_OnePulseN_Stop_IT
* @brief Stops the TIM One Pulse signal generation in interrupt mode on the * complementary channel. * @param htim TIM One Pulse handle
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1394
FunctionHAL_TIMEx_PWMN_Start
* @brief Starts the PWM signal generation on the complementary output. * @param htim TIM handle * @param Channel TIM Channel to be enabled *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:906
FunctionHAL_TIMEx_PWMN_Start_DMA
* @brief Starts the TIM PWM signal generation in DMA mode on the * complementary output * @param htim TIM handle * @param Channel TI
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1107
FunctionHAL_TIMEx_PWMN_Start_IT
* @brief Starts the PWM signal generation in interrupt mode on the * complementary output. * @param htim TIM handle * @param Channel
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:965
FunctionHAL_TIMEx_PWMN_Stop
* @brief Stops the PWM signal generation on the complementary output. * @param htim TIM handle * @param Channel TIM Channel to be disabled *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:935
FunctionHAL_TIMEx_PWMN_Stop_DMA
* @brief Stops the TIM PWM signal generation in DMA mode on the complementary * output * @param htim TIM handle * @param Channel TIM
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1222
FunctionHAL_TIMEx_PWMN_Stop_IT
* @brief Stops the PWM signal generation in interrupt mode on the * complementary output. * @param htim TIM handle * @param Channel
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1032
FunctionHAL_TIMEx_RemapConfig
* @brief Configures the TIM14 Remapping input capabilities. * @param htim TIM handle. * @param Remap specifies the TIM remapping source. *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1696
FunctionHAL_TIM_Base_DeInit
* @brief DeInitializes the TIM Base peripheral * @param htim TIM Base handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:243
FunctionHAL_TIM_Base_GetState
* @brief Return the TIM Base state * @param htim TIM Base handle * @retval HAL state */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4493
FunctionHAL_TIM_Base_Init
@defgroup TIM_Exported_Functions_Group1 Time Base functions * @brief Time Base functions * @verbatim ======================================
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:203
FunctionHAL_TIM_Base_Start
* @brief Starts the TIM Base generation. * @param htim TIM handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:301
FunctionHAL_TIM_Base_Start_DMA
* @brief Starts the TIM Base generation in DMA mode. * @param htim TIM handle * @param pData The source Buffer address. * @param Length The
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:388
FunctionHAL_TIM_Base_Start_IT
* @brief Starts the TIM Base generation in interrupt mode. * @param htim TIM handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:347
FunctionHAL_TIM_Base_Stop
* @brief Stops the TIM Base generation. * @param htim TIM handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:324
FunctionHAL_TIM_Base_Stop_DMA
* @brief Stops the TIM Base generation in DMA mode. * @param htim TIM handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:432
FunctionHAL_TIM_Base_Stop_IT
* @brief Stops the TIM Base generation in interrupt mode. * @param htim TIM handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:367
FunctionHAL_TIM_ConfigClockSource
* @brief Configures the clock source to be used * @param htim TIM handle * @param sClockSourceConfig pointer to a TIM_ClockConfigTypeDef struc
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4019
FunctionHAL_TIM_ConfigOCrefClear
* @brief Configures the OCRef clear feature * @param htim TIM handle * @param sClearInputConfig pointer to a TIM_ClearInputConfigTypeDef struct
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:3891
FunctionHAL_TIM_ConfigOCrefClear
* @brief Configures the OCRef clear feature * @param htim TIM handle * @param sClearInputConfig pointer to a TIM_ClearInputConfigTypeDef struct
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1738
FunctionHAL_TIM_ConfigTI1Input
* @brief Selects the signal connected to the TI1 input: direct from CH1_input * or a XOR combination between CH1_input, CH2_input & CH3_inp
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4193
FunctionHAL_TIM_DMABurst_ReadStart
* @brief Configure the DMA Burst to transfer Data from the TIM peripheral to the memory * @param htim TIM handle * @param BurstBaseAddress TIM
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:3603
FunctionHAL_TIM_DMABurst_ReadStop
* @brief Stop the DMA burst reading * @param htim TIM handle * @param BurstRequestSrc TIM DMA Request sources to disable. * @retval HAL stat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:3782
FunctionHAL_TIM_DMABurst_WriteStart
* @brief Configure the DMA Burst to transfer Data from the memory to the TIM peripheral * @param htim TIM handle * @param BurstBaseAddress TIM
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:3333
FunctionHAL_TIM_DMABurst_WriteStop
* @brief Stops the TIM DMA Burst mode * @param htim TIM handle * @param BurstRequestSrc TIM DMA Request sources to disable * @retval HAL sta
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:3511
FunctionHAL_TIM_Encoder_DeInit
* @brief DeInitializes the TIM Encoder interface * @param htim TIM Encoder handle * @retval HAL status */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:2340
← previousnext →301–400 of 915, ranked by callers