MCPcopy Create free account

hub / github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32 / functions

Functions1,443 in github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32

↓ 196 callersFunctionHAL_GetTick
* @brief Provides a tick value in millisecond. * @note This function is declared as __weak to be overwritten in case of other * implementat
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:323
↓ 72 callersFunction__DSB
\brief Data Synchronization Barrier \details Acts as a special kind of Data Memory Barrier. It completes when all explicit memory acces
demo/Drivers/CMSIS/Include/cmsis_gcc.h:877
↓ 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 C
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6599
↓ 48 callersFunctionHAL_DMA_Start_IT
* @brief Start the DMA Transfer with interrupt enabled. * @param hdma pointer to a DMA_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:452
↓ 47 callersFunctionHAL_DMA_Abort_IT
* @brief Aborts the DMA Transfer in Interrupt mode. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:581
↓ 35 callersFunction__ISB
\brief Instruction Synchronization Barrier \details Instruction Synchronization Barrier flushes the pipeline in the processor, so that
demo/Drivers/CMSIS/Include/cmsis_gcc.h:866
↓ 21 callersFunctionFLASH_WaitForLastOperation
* @brief Wait for a FLASH operation to complete. * @param Timeout maximum flash operationtimeout * @retval HAL Status */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:552
↓ 21 callersMethodcol
Specific column
demo/toolbox/matrix.h:124
↓ 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
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1953
↓ 15 callersFunctionHAL_DMA_Abort
* @brief Aborts the DMA Transfer. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configuration inf
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:514
↓ 15 callersMethodcol
Specific column
src/matrix.h:124
↓ 14 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
demo/lib/Inc/core_sc300.h:1446
↓ 13 callersFunction__SSAT
demo/lib/Inc/arm_math.h:656
↓ 11 callersFunctionHAL_SPI_ErrorCallback
* @brief SPI error callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration information
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:2537
↓ 10 callersFunctionError_Handler
* @brief This function is executed in case of error occurrence. * @retval None */
demo/Src/main.cpp:232
↓ 10 callersMethodnorm
Norm
src/matrix.h:141
↓ 10 callersMethodnorm
Norm
demo/toolbox/matrix.h:141
↓ 9 callersFunctionSPI_WaitFlagStateUntilTimeout
* @brief Handle SPI Communication Timeout. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:3394
↓ 9 callersMethodtrans
Transpose
src/matrix.h:127
↓ 9 callersMethodtrans
Transpose
demo/toolbox/matrix.h:127
↓ 7 callersFunctionSPI_EndRxTxTransaction
* @brief Handle the check of the RXTX or TX transaction complete. * @param hspi SPI handle * @param Timeout Timeout duration * @param Tickst
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:3494
↓ 7 callersFunctionTIM_Base_SetConfig
* @brief Time Base configuration * @param TIMx TIM peripheral * @param Structure TIM Base configuration structure * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5811
↓ 7 callersFunctionTIM_ResetCallback
* @brief Reset interrupt callbacks to the legacy weak callbacks. * @param htim pointer to a TIM_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6623
↓ 6 callersFunctionHAL_RCC_GetPCLK2Freq
* @brief Returns the PCLK2 frequency * @note Each time PCLK2 changes, this function must be called to update the * right PCLK2 value. O
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:955
↓ 5 callersFunctionHAL_GPIO_Init
* @brief Initializes the GPIOx peripheral according to the specified parameters in the GPIO_Init. * @param GPIOx where x can be (A..K) to select t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:171
↓ 5 callersFunctionHAL_TIM_IC_CaptureCallback
* @brief Input Capture callback in non-blocking mode * @param htim TIM IC handle * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4877
↓ 5 callersFunctionHAL_TIM_PWM_PulseFinishedCallback
* @brief PWM Pulse finished callback in non-blocking mode * @param htim TIM handle * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4907
↓ 5 callersFunctionHAL_UART_ErrorCallback
* @brief UART error callbacks. * @param huart Pointer to a UART_HandleTypeDef structure that contains * the configuration inform
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2237
↓ 5 callersFunctionUART_WaitOnFlagUntilTimeout
* @brief This function handles UART Communication Timeout. * @param huart Pointer to a UART_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2700
↓ 4 callersFunctionHAL_ADC_ErrorCallback
* @brief Error ADC callback. * @note In case of error due to overrun when using ADC with DMA transfer * (HAL ADC handle paramater "Err
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:1580
↓ 4 callersFunctionHAL_DMA_GetError
* @brief Return the DMA error code * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the configuration inform
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1124
↓ 4 callersFunctionHAL_FLASH_EndOfOperationCallback
* @brief FLASH end of operation interrupt callback * @param ReturnValue The value saved in this parameter depends on the ongoing procedure *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:384
↓ 4 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 *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:253
↓ 4 callersFunctionHAL_TIM_OC_DelayElapsedCallback
* @brief Output Compare callback in non-blocking mode * @param htim TIM OC handle * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4862
↓ 4 callersFunctionHAL_UART_MspInit
* @brief UART MSP Init. * @param huart Pointer to a UART_HandleTypeDef structure that contains * the configuration information f
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:670
↓ 4 callersMethodT
T_k^k-1: homogeneous transformation matrix of link k param[in] q: joint variable vector param[in] kminus: joint number k, input k-1 param[out] T_k^k-1
src/robotics.h:172
↓ 4 callersMethodT
T_k^k-1: homogeneous transformation matrix of link k param[in] q: joint variable vector param[in] kminus: joint number k, input k-1 param[out] T_k^k-1
demo/toolbox/robotics.h:172
↓ 4 callersFunctionTIM_ETR_SetConfig
* @brief Configures the TIMx External Trigger (ETR). * @param TIMx to select the TIM peripheral * @param TIM_ExtTRGPrescaler The external Trigg
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6569
↓ 4 callersFunctionTIM_ITRx_SetConfig
* @brief Selects the Input Trigger source * @param TIMx to select the TIM peripheral * @param InputTriggerSource The Input Trigger source. *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6539
↓ 4 callersFunctionTIM_OC2_SetConfig
* @brief Timer Output Compare 2 configuration * @param TIMx to select the TIM peripheral * @param OC_Config The ouput configuration structure
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5934
↓ 4 callersFunctionUART_InitCallbacksToDefault
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2531
↓ 4 callersFunctionUART_SetConfig
* @brief Configures the UART peripheral. * @param huart Pointer to a UART_HandleTypeDef structure that contains * the configurat
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3073
↓ 4 callersFunction__CLZ
demo/lib/Inc/arm_math.h:530
↓ 4 callersFunctionclip_q31_to_q15
* @brief Clips Q31 to Q15 values. */
demo/lib/Inc/arm_math.h:499
↓ 4 callersMethodrc
src/robotics.h:109
↓ 4 callersMethodrc
demo/toolbox/robotics.h:109
↓ 3 callersFunctionFLASH_Erase_Sector
* @brief Erase the specified FLASH memory sector * @param Sector FLASH sector to erase * The value of this parameter depend on device us
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:586
↓ 3 callersFunctionFLASH_FlushCaches
* @brief Flush the instruction and data caches * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1311
↓ 3 callersFunctionHAL_ADC_ConvCpltCallback
* @brief Regular conversion complete callback in non blocking mode * @param hadc pointer to a ADC_HandleTypeDef structure that contains *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:1529
↓ 3 callersFunctionHAL_SPI_AbortCpltCallback
* @brief SPI Abort Complete callback. * @param hspi SPI handle. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:2555
↓ 3 callersFunctionHAL_SPI_RxCpltCallback
* @brief Rx Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:2457
↓ 3 callersFunctionHAL_TIM_PWM_ConfigChannel
* @brief Initializes the TIM PWM channels according to the specified * parameters in the TIM_OC_InitTypeDef. * @param htim TIM PWM hand
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:3559
↓ 3 callersFunctionHAL_TIM_PWM_Start
* @brief Starts the PWM signal generation. * @param htim TIM handle * @param Channel TIM Channels to be enabled * This parameter can
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:1294
↓ 3 callersFunctionHAL_UART_AbortCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2251
↓ 3 callersFunctionHAL_UART_AbortReceiveCpltCallback
* @brief UART Abort Receive Complete callback. * @param huart UART handle. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2281
↓ 3 callersFunctionHAL_UART_AbortTransmitCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2266
↓ 3 callersFunctionSPI_EndRxTransaction
* @brief Handle the check of the RX transaction complete. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:3444
↓ 3 callersFunctionTIM_OC1_SetConfig
* @brief Timer Output Compare 1 configuration * @param TIMx to select the TIM peripheral * @param OC_Config The ouput configuration structure
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:5859
↓ 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. *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6322
↓ 3 callersFunctionTIM_TI1_SetConfig
* @brief Configure the TI1 as Input. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity The Input Polarity. * This
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6275
↓ 3 callersFunctionUART_EndRxTransfer
* @brief End ongoing Rx transfer on UART peripheral (following error detection or Reception completion). * @param huart UART handle. * @retval N
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2746
↓ 3 callersFunction__QADD
* @brief C custom defined QADD for M3 and M0 processors */
demo/lib/Inc/arm_math.h:956
↓ 3 callersFunction__QSUB
* @brief C custom defined QSUB for M3 and M0 processors */
demo/lib/Inc/arm_math.h:966
↓ 3 callersFunctionclip_q63_to_q31
* @brief Clips Q63 to Q31 values. */
demo/lib/Inc/arm_math.h:469
↓ 3 callersFunctionorderedCpy
Memcopy with strictly ordered memory access, e.g. for register targets. * \param dst Destination data is copied to. * \param src Source data is copied
demo/Drivers/CMSIS/Include/mpu_armv8.h:270
↓ 3 callersMethodtype
src/robotics.h:107
↓ 3 callersMethodtype
demo/toolbox/robotics.h:107
↓ 2 callersFunctionARM_MPU_ClrRegionEx
Clear and disable the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be cleared. */
demo/Drivers/CMSIS/Include/mpu_armv8.h:206
↓ 2 callersFunctionARM_MPU_LoadEx
Load the given number of MPU regions from a table to the given MPU. * \param mpu Pointer to the MPU registers to be used. * \param rnr First region nu
demo/Drivers/CMSIS/Include/mpu_armv8.h:285
↓ 2 callersFunctionARM_MPU_SetMemAttrEx
Set the memory attribute encoding to the given MPU. * \param mpu Pointer to the MPU to be configured. * \param idx The attribute index to be set [0-7]
demo/Drivers/CMSIS/Include/mpu_armv8.h:169
↓ 2 callersFunctionARM_MPU_SetRegionEx
Configure the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be configured. * \param rbar Va
demo/Drivers/CMSIS/Include/mpu_armv8.h:236
↓ 2 callersFunctionDMA_CalcBaseAndBitshift
* @brief Returns the DMA Stream base address depending on stream number * @param hdma pointer to a DMA_HandleTypeDef structure that contains
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1184
↓ 2 callersFunctionDMA_MultiBufferSetConfig
* @brief Set the DMA Transfer parameter. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the co
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:277
↓ 2 callersFunctionDMA_SetConfig
* @brief Sets the DMA Transfer parameter. * @param hdma pointer to a DMA_HandleTypeDef structure that contains * the c
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1150
↓ 2 callersFunctionFLASH_MassErase
* @brief Full erase of FLASH memory sectors * @param VoltageRange The device voltage range which defines the erase parallelism. * Th
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:542
↓ 2 callersFunctionFLASH_OB_DisablePCROP
* @brief Disable the read/write protection (PCROP) of the desired * sectors of Bank 1 and/or Bank 2. * @note This function can be use
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:882
↓ 2 callersFunctionFLASH_OB_EnablePCROP
* @brief Enable the read/write protection (PCROP) of the desired * sectors of Bank 1 and/or Bank 2. * @note This function can be used
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:818
↓ 2 callersFunctionFLASH_Program_Byte
* @brief Program byte (8-bit) at a specified address. * @note This function must be used when the device voltage range is from * 1.8V t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:696
↓ 2 callersFunctionFLASH_Program_DoubleWord
* @brief Program a double word (64-bit) at a specified address. * @note This function must be used when the device voltage range is from *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:612
↓ 2 callersFunctionFLASH_Program_HalfWord
* @brief Program a half-word (16-bit) at a specified address. * @note This function must be used when the device voltage range is from *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:671
↓ 2 callersFunctionFLASH_Program_Word
* @brief Program word (32-bit) at a specified address. * @note This function must be used when the device voltage range is from * 2.7V
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:646
↓ 2 callersFunctionFLASH_SetErrorCode
* @brief Set the specific FLASH error flag. * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:713
↓ 2 callersFunctionHAL_ADC_ConvHalfCpltCallback
* @brief Regular conversion half DMA transfer callback in non blocking mode * @param hadc pointer to a ADC_HandleTypeDef structure that contains
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c:1544
↓ 2 callersFunctionHAL_GPIO_DeInit
* @brief De-initializes the GPIOx peripheral registers to their default reset values. * @param GPIOx where x can be (A..K) to select the GPIO peri
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:296
↓ 2 callersFunctionHAL_NVIC_SetPriority
* @brief Sets the priority of an interrupt. * @param IRQn External interrupt number. * This parameter can be an enumerator of IRQn_Type
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:165
↓ 2 callersFunctionHAL_RCC_GetHCLKFreq
* @brief Returns the HCLK frequency * @note Each time HCLK changes, this function must be called to update the * right HCLK value. Othe
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:932
↓ 2 callersFunctionHAL_RCC_GetPCLK1Freq
* @brief Returns the PCLK1 frequency * @note Each time PCLK1 changes, this function must be called to update the * right PCLK1 value. O
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:943
↓ 2 callersFunctionHAL_SPI_TxCpltCallback
* @brief Tx Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:2441
↓ 2 callersFunctionHAL_SPI_TxRxCpltCallback
* @brief Tx and Rx Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configu
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:2473
↓ 2 callersFunctionHAL_TIMEx_CommutCallback
* @brief Hall commutation changed callback in non-blocking mode * @param htim TIM handle * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c:1822
↓ 2 callersFunctionHAL_TIM_PeriodElapsedCallback
* @brief Period elapsed callback in non-blocking mode * @param htim TIM handle * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4832
↓ 2 callersFunctionHAL_TIM_TriggerCallback
* @brief Hall Trigger detection callback in non-blocking mode * @param htim TIM handle * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:4937
↓ 2 callersFunctionHAL_UART_RxCpltCallback
* @brief Rx Transfer completed callbacks. * @param huart Pointer to a UART_HandleTypeDef structure that contains * the configura
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2207
↓ 2 callersFunctionHAL_UART_TxCpltCallback
* @brief Tx Transfer completed callbacks. * @param huart Pointer to a UART_HandleTypeDef structure that contains * the configura
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2177
↓ 2 callersFunctionNVIC_GetPriorityGrouping
\brief Get Priority Grouping The function reads the priority grouping field from the NVIC Interrupt Controller. \return Priori
demo/lib/Inc/core_sc300.h:1352
↓ 2 callersFunctionSPI_CloseTx_ISR
* @brief Handle the end of the TX transaction. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configur
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:3692
↓ 2 callersFunctionTIM_OC3_SetConfig
* @brief Timer Output Compare 3 configuration * @param TIMx to select the TIM peripheral * @param OC_Config The ouput configuration structure
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6010
↓ 2 callersFunctionTIM_OC4_SetConfig
* @brief Timer Output Compare 4 configuration * @param TIMx to select the TIM peripheral * @param OC_Config The ouput configuration structure
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6084
↓ 2 callersFunctionTIM_SlaveTimer_SetConfig
* @brief Slave Timer configuration function * @param htim TIM handle * @param sSlaveConfig Slave timer configuration * @retval None */
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6144
↓ 2 callersFunctionTIM_TI2_ConfigInputStage
* @brief Configure the Polarity and Filter for TI2. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity The Input Polarity. *
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c:6405
next →1–100 of 1,443, ranked by callers