Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32
/ functions
Functions
1,443 in github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32
⨍
Functions
1,443
◇
Types & classes
26
Function
HAL_SPI_UnRegisterCallback
* @brief Unregister an SPI Callback * SPI callback is redirected to the weak predefined callback * @param hspi Pointer to a SPI_HandleTy
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:606
Function
HAL_SYSTICK_CLKSourceConfig
* @brief Configures the SysTick clock source. * @param CLKSource specifies the SysTick clock source. * This parameter can be one of the
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:454
Function
HAL_SYSTICK_IRQHandler
* @brief This function handles SYSTICK interrupt request. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:472
Function
HAL_SetTickFreq
* @brief Set new tick Freq. * @retval Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:341
Function
HAL_SuspendTick
* @brief Suspend Tick increment. * @note In the default implementation , SysTick timer is the source of time base. It is * used to generate
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:415
Function
HAL_TIMEx_ConfigBreakDeadTime
* @brief Configures the Break feature, dead time, Lock level, OSSI/OSSR State * and the AOE(automatic output enable). * @param htim TIM
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1690
Function
HAL_TIMEx_ConfigCommutEvent
* @brief Configure the TIM commutation event sequence. * @note This function is mandatory to use the commutation event in order to * upda
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1467
Function
HAL_TIMEx_ConfigCommutEvent_DMA
* @brief Configure the TIM commutation event sequence with DMA. * @note This function is mandatory to use the commutation event in order to *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1580
Function
HAL_TIMEx_ConfigCommutEvent_IT
* @brief Configure the TIM commutation event sequence with interrupt. * @note This function is mandatory to use the commutation event in order to
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1523
Function
HAL_TIMEx_HallSensor_DeInit
* @brief DeInitializes the TIM Hall Sensor interface * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:222
Function
HAL_TIMEx_HallSensor_GetState
* @brief Return the TIM Hall Sensor interface handle state. * @param htim TIM Hall Sensor handle * @retval HAL state */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1884
Function
HAL_TIMEx_HallSensor_Init
@defgroup TIMEx_Exported_Functions_Group1 Extended Timer Hall Sensor functions * @brief Timer Hall Sensor functions * @verbatim =============
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:130
Function
HAL_TIMEx_HallSensor_Start
* @brief Starts the TIM Hall Sensor Interface. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:288
Function
HAL_TIMEx_HallSensor_Start_DMA
* @brief Starts the TIM Hall Sensor Interface in DMA mode. * @param htim TIM Hall Sensor Interface handle * @param pData The destination Buffer
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:392
Function
HAL_TIMEx_HallSensor_Start_IT
* @brief Starts the TIM Hall Sensor Interface in interrupt mode. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:336
Function
HAL_TIMEx_HallSensor_Stop
* @brief Stops the TIM Hall sensor Interface. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:315
Function
HAL_TIMEx_HallSensor_Stop_DMA
* @brief Stops the TIM Hall Sensor Interface in DMA mode. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:452
Function
HAL_TIMEx_HallSensor_Stop_IT
* @brief Stops the TIM Hall Sensor Interface in interrupt mode. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:366
Function
HAL_TIMEx_OCN_Start
* @brief Starts the TIM Output Compare signal generation on the complementary * output. * @param htim TIM Output Compare handle * @par
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:508
Function
HAL_TIMEx_OCN_Start_DMA
* @brief Starts the TIM Output Compare signal generation in DMA mode * on the complementary output. * @param htim TIM Output Compare han
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:704
Function
HAL_TIMEx_OCN_Start_IT
* @brief Starts the TIM Output Compare signal generation in interrupt mode * on the complementary output. * @param htim TIM OC handle
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:572
Function
HAL_TIMEx_OCN_Stop
* @brief Stops the TIM Output Compare signal generation on the complementary * output. * @param htim TIM handle * @param Channel TIM
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:543
Function
HAL_TIMEx_OCN_Stop_DMA
* @brief Stops the TIM Output Compare signal generation in DMA mode * on the complementary output. * @param htim TIM Output Compare hand
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:822
Function
HAL_TIMEx_OCN_Stop_IT
* @brief Stops the TIM Output Compare signal generation in interrupt mode * on the complementary output. * @param htim TIM Output Compar
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:638
Function
HAL_TIMEx_OnePulseN_Start
* @brief Starts the TIM One Pulse signal generation on the complementary * output. * @param htim TIM One Pulse handle * @param Output
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1312
Function
HAL_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
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1366
Function
HAL_TIMEx_OnePulseN_Stop
* @brief Stops the TIM One Pulse signal generation on the complementary * output. * @param htim TIM One Pulse handle * @param OutputC
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1337
Function
HAL_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
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1397
Function
HAL_TIMEx_PWMN_Start
* @brief Starts the PWM signal generation on the complementary output. * @param htim TIM handle * @param Channel TIM Channel to be enabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:917
Function
HAL_TIMEx_PWMN_Start_DMA
* @brief Starts the TIM PWM signal generation in DMA mode on the * complementary output * @param htim TIM handle * @param Channel TIM
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1112
Function
HAL_TIMEx_PWMN_Start_IT
* @brief Starts the PWM signal generation in interrupt mode on the * complementary output. * @param htim TIM handle * @param Channel
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:980
Function
HAL_TIMEx_PWMN_Stop
* @brief Stops the PWM signal generation on the complementary output. * @param htim TIM handle * @param Channel TIM Channel to be disabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:951
Function
HAL_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
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1229
Function
HAL_TIMEx_PWMN_Stop_IT
* @brief Stops the PWM signal generation in interrupt mode on the * complementary output. * @param htim TIM handle * @param Channel T
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1045
Function
HAL_TIMEx_RemapConfig
* @brief Configures the TIMx Remapping input capabilities. * @param htim TIM handle. * @param Remap specifies the TIM remapping source. *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1766
Function
HAL_TIM_Base_DeInit
* @brief DeInitializes the TIM Base peripheral * @param htim TIM Base handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:317
Function
HAL_TIM_Base_GetState
* @brief Return the TIM Base handle state. * @param htim TIM Base handle * @retval HAL state */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5484
Function
HAL_TIM_Base_MspDeInit
demo/Src/tim.c:126
Function
HAL_TIM_Base_MspInit
demo/Src/tim.c:81
Function
HAL_TIM_Base_Start_DMA
* @brief Starts the TIM Base generation in DMA mode. * @param htim TIM Base handle * @param pData The source Buffer address. * @param Length
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:483
Function
HAL_TIM_Base_Start_IT
* @brief Starts the TIM Base generation in interrupt mode. * @param htim TIM Base handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:436
Function
HAL_TIM_Base_Stop
* @brief Stops the TIM Base generation. * @param htim TIM Base handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:413
Function
HAL_TIM_Base_Stop_DMA
* @brief Stops the TIM Base generation in DMA mode. * @param htim TIM Base handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:542
Function
HAL_TIM_Base_Stop_IT
* @brief Stops the TIM Base generation in interrupt mode. * @param htim TIM Base handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:462
Function
HAL_TIM_ConfigOCrefClear
* @brief Configures the OCRef clear feature * @param htim TIM handle * @param sClearInputConfig pointer to a TIM_ClearInputConfigTypeDef struct
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4357
Function
HAL_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
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4633
Function
HAL_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
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4078
Function
HAL_TIM_DMABurst_ReadStop
* @brief Stop the DMA burst reading * @param htim TIM handle * @param BurstRequestSrc TIM DMA Request sources to disable. * @retval HAL statu
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4242
Function
HAL_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
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3813
Function
HAL_TIM_DMABurst_WriteStop
* @brief Stops the TIM DMA Burst mode * @param htim TIM handle * @param BurstRequestSrc TIM DMA Request sources to disable * @retval HAL stat
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3982
Function
HAL_TIM_Encoder_DeInit
* @brief DeInitializes the TIM Encoder interface * @param htim TIM Encoder Interface handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2701
Function
HAL_TIM_Encoder_GetState
* @brief Return the TIM Encoder Mode handle state. * @param htim TIM Encoder Interface handle * @retval HAL state */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5534
Function
HAL_TIM_Encoder_Init
@defgroup TIM_Exported_Functions_Group6 TIM Encoder functions * @brief TIM Encoder functions * @verbatim ===================================
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2596
Function
HAL_TIM_Encoder_Start
* @brief Starts the TIM Encoder Interface. * @param htim TIM Encoder Interface handle * @param Channel TIM Channels to be enabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2772
Function
HAL_TIM_Encoder_Start_DMA
* @brief Starts the TIM Encoder Interface in DMA mode. * @param htim TIM Encoder Interface handle * @param Channel TIM Channels to be enabled
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2966
Function
HAL_TIM_Encoder_Start_IT
* @brief Starts the TIM Encoder Interface in interrupt mode. * @param htim TIM Encoder Interface handle * @param Channel TIM Channels to be ena
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2862
Function
HAL_TIM_Encoder_Stop
* @brief Stops the TIM Encoder Interface. * @param htim TIM Encoder Interface handle * @param Channel TIM Channels to be disabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2816
Function
HAL_TIM_Encoder_Stop_DMA
* @brief Stops the TIM Encoder Interface in DMA mode. * @param htim TIM Encoder Interface handle * @param Channel TIM Channels to be enabled
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3101
Function
HAL_TIM_Encoder_Stop_IT
* @brief Stops the TIM Encoder Interface in interrupt mode. * @param htim TIM Encoder Interface handle * @param Channel TIM Channels to be disa
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2912
Function
HAL_TIM_GenerateEvent
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4320
Function
HAL_TIM_IC_ConfigChannel
* @brief Initializes the TIM Input Capture Channels according to the specified * parameters in the TIM_IC_InitTypeDef. * @param htim TIM
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3462
Function
HAL_TIM_IC_DeInit
* @brief DeInitializes the TIM peripheral * @param htim TIM Input Capture handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1796
Function
HAL_TIM_IC_GetState
* @brief Return the TIM Input Capture handle state. * @param htim TIM IC handle * @retval HAL state */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5514
Function
HAL_TIM_IC_Init
@defgroup TIM_Exported_Functions_Group4 TIM Input Capture functions * @brief TIM Input Capture functions * @verbatim =======================
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1744
Function
HAL_TIM_IC_Start
* @brief Starts the TIM Input Capture measurement. * @param htim TIM Input Capture handle * @param Channel TIM Channels to be enabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1868
Function
HAL_TIM_IC_Start_DMA
* @brief Starts the TIM Input Capture measurement in DMA mode. * @param htim TIM Input Capture handle * @param Channel TIM Channels to be enabl
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2053
Function
HAL_TIM_IC_Start_IT
* @brief Starts the TIM Input Capture measurement in interrupt mode. * @param htim TIM Input Capture handle * @param Channel TIM Channels to be
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1926
Function
HAL_TIM_IC_Stop
* @brief Stops the TIM Input Capture measurement. * @param htim TIM Input Capture handle * @param Channel TIM Channels to be disabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1900
Function
HAL_TIM_IC_Stop_DMA
* @brief Stops the TIM Input Capture measurement in DMA mode. * @param htim TIM Input Capture handle * @param Channel TIM Channels to be disabl
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2188
Function
HAL_TIM_IC_Stop_IT
* @brief Stops the TIM Input Capture measurement in interrupt mode. * @param htim TIM Input Capture handle * @param Channel TIM Channels to be
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1991
Function
HAL_TIM_IRQHandler
* @} */ @defgroup TIM_Exported_Functions_Group7 TIM IRQ handler management * @brief TIM IRQ handler management * @verbatim ===============
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3167
Function
HAL_TIM_OC_ConfigChannel
* @brief Initializes the TIM Output Compare Channels according to the specified * parameters in the TIM_OC_InitTypeDef. * @param htim TI
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3382
Function
HAL_TIM_OC_DeInit
* @brief DeInitializes the TIM peripheral * @param htim TIM Output Compare handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:649
Function
HAL_TIM_OC_GetState
* @brief Return the TIM OC handle state. * @param htim TIM Output Compare handle * @retval HAL state */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5494
Function
HAL_TIM_OC_Init
@defgroup TIM_Exported_Functions_Group2 TIM Output Compare functions * @brief TIM Output Compare functions * @verbatim =====================
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:597
Function
HAL_TIM_OC_Start
* @brief Starts the TIM Output Compare signal generation. * @param htim TIM Output Compare handle * @param Channel TIM Channel to be enabled
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:721
Function
HAL_TIM_OC_Start_DMA
* @brief Starts the TIM Output Compare signal generation in DMA mode. * @param htim TIM Output Compare handle * @param Channel TIM Channel to b
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:931
Function
HAL_TIM_OC_Start_IT
* @brief Starts the TIM Output Compare signal generation in interrupt mode. * @param htim TIM Output Compare handle * @param Channel TIM Channe
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:791
Function
HAL_TIM_OC_Stop
* @brief Stops the TIM Output Compare signal generation. * @param htim TIM Output Compare handle * @param Channel TIM Channel to be disabled
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:759
Function
HAL_TIM_OC_Stop_DMA
* @brief Stops the TIM Output Compare signal generation in DMA mode. * @param htim TIM Output Compare handle * @param Channel TIM Channel to be
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1073
Function
HAL_TIM_OC_Stop_IT
* @brief Stops the TIM Output Compare signal generation in interrupt mode. * @param htim TIM Output Compare handle * @param Channel TIM Channel
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:863
Function
HAL_TIM_OnePulse_ConfigChannel
* @brief Initializes the TIM One Pulse Channels according to the specified * parameters in the TIM_OnePulse_InitTypeDef. * @param htim T
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3674
Function
HAL_TIM_OnePulse_DeInit
* @brief DeInitializes the TIM One Pulse * @param htim TIM One Pulse handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2342
Function
HAL_TIM_OnePulse_GetState
* @brief Return the TIM One Pulse Mode handle state. * @param htim TIM OPM handle * @retval HAL state */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5524
Function
HAL_TIM_OnePulse_Init
@defgroup TIM_Exported_Functions_Group5 TIM One Pulse functions * @brief TIM One Pulse functions * @verbatim ===============================
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2283
Function
HAL_TIM_OnePulse_Start
* @brief Starts the TIM One Pulse signal generation. * @param htim TIM One Pulse handle * @param OutputChannel TIM Channels to be enabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2412
Function
HAL_TIM_OnePulse_Start_IT
* @brief Starts the TIM One Pulse signal generation in interrupt mode. * @param htim TIM One Pulse handle * @param OutputChannel TIM Channels t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2484
Function
HAL_TIM_OnePulse_Stop
* @brief Stops the TIM One Pulse signal generation. * @param htim TIM One Pulse handle * @param OutputChannel TIM Channels to be disable *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2448
Function
HAL_TIM_OnePulse_Stop_IT
* @brief Stops the TIM One Pulse signal generation in interrupt mode. * @param htim TIM One Pulse handle * @param OutputChannel TIM Channels to
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:2526
Function
HAL_TIM_PWM_DeInit
* @brief DeInitializes the TIM peripheral * @param htim TIM PWM handle * @retval HAL status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1222
Function
HAL_TIM_PWM_GetState
* @brief Return the TIM PWM handle state. * @param htim TIM handle * @retval HAL state */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5504
Function
HAL_TIM_PWM_Start_DMA
* @brief Starts the TIM PWM signal generation in DMA mode. * @param htim TIM PWM handle * @param Channel TIM Channels to be enabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1506
Function
HAL_TIM_PWM_Start_IT
* @brief Starts the PWM signal generation in interrupt mode. * @param htim TIM PWM handle * @param Channel TIM Channel to be enabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1367
Function
HAL_TIM_PWM_Stop
* @brief Stops the PWM signal generation. * @param htim TIM PWM handle * @param Channel TIM Channels to be disabled * This parameter
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1332
Function
HAL_TIM_PWM_Stop_DMA
* @brief Stops the TIM PWM signal generation in DMA mode. * @param htim TIM PWM handle * @param Channel TIM Channels to be disabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1647
Function
HAL_TIM_PWM_Stop_IT
* @brief Stops the PWM signal generation in interrupt mode. * @param htim TIM PWM handle * @param Channel TIM Channels to be disabled *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1438
Function
HAL_TIM_ReadCapturedValue
* @brief Read the captured value from Capture Compare unit * @param htim TIM handle. * @param Channel TIM Channels to be enabled * T
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4748
Function
HAL_TIM_RegisterCallback
* @brief Register a User TIM callback to be used instead of the weak predefined callback * @param htim tim handle * @param CallbackID ID of the c
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5013
Function
HAL_TIM_SlaveConfigSynchro
* @brief Configures the TIM in Slave mode * @param htim TIM handle. * @param sSlaveConfig pointer to a TIM_SlaveConfigTypeDef structure that
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4665
Function
HAL_TIM_SlaveConfigSynchro_IT
* @brief Configures the TIM in Slave mode in interrupt mode * @param htim TIM handle. * @param sSlaveConfig pointer to a TIM_SlaveConfigTypeDef
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4705
← previous
next →
501–600 of 1,443, ranked by callers