MCPcopy Create free account

hub / github.com/AstraThreshold/oled-ui-astra / functions

Functions1,903 in github.com/AstraThreshold/oled-ui-astra

FunctionHAL_GPIOEx_EnableEventout
* @brief Enables the Event Output. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c:95
FunctionHAL_GPIO_EXTI_IRQHandler
* @brief This function handles EXTI interrupt request. * @param GPIO_Pin: Specifies the pins connected EXTI line * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c:546
FunctionHAL_GPIO_LockPin
* @brief Locks GPIO Pins configuration registers. * @note The locking mechanism allows the IO configuration to be frozen. When the LOCK sequence *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c:511
FunctionHAL_GPIO_TogglePin
* @brief Toggles the specified GPIO pin * @param GPIOx: where x can be (A..G depending on device used) to select the GPIO peripheral * @param G
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c:487
FunctionHAL_GetDEVID
* @brief Returns the device identifier. * Note: On devices STM32F10xx8 and STM32F10xxB, * STM32F101xC/D/E and STM32F103xC/D/E,
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:455
FunctionHAL_GetHalVersion
* @brief Returns the HAL revision * @retval version 0xXYZR (8bits for each decimal, R for RC) */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:423
FunctionHAL_GetREVID
* @brief Returns the device revision identifier. * Note: On devices STM32F10xx8 and STM32F10xxB, * STM32F101xC/D/E and STM32F103x
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:439
FunctionHAL_GetTickFreq
* @brief Return tick frequency. * @retval Tick frequency. * Value of @ref HAL_TickFreqTypeDef. */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:355
FunctionHAL_GetTickPrio
* @brief This function returns a tick priority. * @retval tick priority */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:313
FunctionHAL_GetUIDw0
* @brief Returns first word of the unique device identifier (UID based on 96 bits) * @retval Device identifier */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:464
FunctionHAL_GetUIDw1
* @brief Returns second word of the unique device identifier (UID based on 96 bits) * @retval Device identifier */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:473
FunctionHAL_GetUIDw2
* @brief Returns third word of the unique device identifier (UID based on 96 bits) * @retval Device identifier */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:482
FunctionHAL_MPU_ConfigRegion
* @brief Initializes and configures the Region and the memory to be protected. * @param MPU_Init: Pointer to a MPU_Region_InitTypeDef structure th
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:299
FunctionHAL_MPU_Disable
* @brief Disables the MPU * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:257
FunctionHAL_MPU_Enable
* @brief Enable the MPU. * @param MPU_Control: Specifies the control mode of the MPU during hard fault, * NMI, FAULTMASK and privilege
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:280
FunctionHAL_MspInit
USER CODE END 0 */ * Initializes the Global MSP. */
Core/Src/stm32f1xx_hal_msp.c:63
FunctionHAL_NVIC_ClearPendingIRQ
* @brief Clears the pending bit of an external interrupt. * @param IRQn External interrupt number. * This parameter can be an enumerator
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:419
FunctionHAL_NVIC_GetActive
* @brief Gets active interrupt ( reads the active register in NVIC and returns the active bit). * @param IRQn External interrupt number *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:436
FunctionHAL_NVIC_GetPendingIRQ
* @brief Gets Pending Interrupt (reads the pending register in the NVIC * and returns the pending bit for the specified interrupt). * @p
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:403
FunctionHAL_NVIC_GetPriority
* @brief Gets the priority of an interrupt. * @param IRQn: External interrupt number. * This parameter can be an enumerator of IRQn_Type
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:370
FunctionHAL_NVIC_GetPriorityGrouping
* @brief Gets the priority grouping field from the NVIC Interrupt Controller. * @retval Priority grouping field (SCB->AIRCR [10:8] PRIGROUP field)
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:343
FunctionHAL_NVIC_SetPendingIRQ
* @brief Sets Pending bit of an external interrupt. * @param IRQn External interrupt number * This parameter can be an enumerator of IRQ
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:385
FunctionHAL_PWR_ConfigPVD
* @brief Configures the voltage threshold detected by the Power Voltage Detector(PVD). * @param sConfigPVD: pointer to an PWR_PVDTypeDef structure
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:315
FunctionHAL_PWR_DeInit
* @brief Deinitializes the PWR peripheral registers to their default reset values. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:155
FunctionHAL_PWR_DisableBkUpAccess
* @brief Disables access to the backup domain (RTC registers, RTC * backup data registers). * @note If the HSE divided by 128 is used a
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:181
FunctionHAL_PWR_DisablePVD
* @brief Disables the Power Voltage Detector(PVD). * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:368
FunctionHAL_PWR_DisableSEVOnPend
* @brief Disables CORTEX M3 SEVONPEND bit. * @note Clears SEVONPEND bit of SCR register. When this bit is set, this causes * WFE to wake u
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:566
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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:540
FunctionHAL_PWR_DisableWakeUpPin
* @brief Disables the WakeUp PINx functionality. * @param WakeUpPinx: Specifies the Power Wake-Up pin to disable. * This parameter can be o
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:396
FunctionHAL_PWR_EnableBkUpAccess
* @brief Enables access to the backup domain (RTC registers, RTC * backup data registers ). * @note If the HSE divided by 128 is used a
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:168
FunctionHAL_PWR_EnablePVD
* @brief Enables the Power Voltage Detector(PVD). * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:358
FunctionHAL_PWR_EnableSEVOnPend
* @brief Enables CORTEX M3 SEVONPEND bit. * @note Sets SEVONPEND bit of SCR register. When this bit is set, this causes * WFE to wake up w
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:553
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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:527
FunctionHAL_PWR_EnableWakeUpPin
* @brief Enables the WakeUp PINx functionality. * @param WakeUpPinx: Specifies the Power Wake-Up pin to enable. * This parameter can be one
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:381
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: Regulator state as no eff
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:416
FunctionHAL_PWR_EnterSTANDBYMode
* @brief Enters Standby mode. * @note In Standby mode, all I/O pins are high impedance except for: * - Reset pad (still available) *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:502
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 using an in
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:462
FunctionHAL_PWR_PVD_IRQHandler
* @brief This function handles the PWR PVD interrupt request. * @note This API should be called under the PVD_IRQHandler(). * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c:579
FunctionHAL_RCCEx_DisablePLL2
* @brief Disable PLL2 * @note PLL2 is not disabled if used indirectly as system clock. * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c:808
FunctionHAL_RCCEx_DisablePLLI2S
* @brief Disable PLLI2S * @note PLLI2S is not disabled if used by I2S2 or I2S3 Interface. * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c:681
FunctionHAL_RCCEx_EnablePLL2
* @brief Enable PLL2 * @param PLL2Init pointer to an RCC_PLL2InitTypeDef structure that * contains the configuration information for the
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c:737
FunctionHAL_RCCEx_EnablePLLI2S
* @brief Enable PLLI2S * @param PLLI2SInit pointer to an RCC_PLLI2SInitTypeDef structure that * contains the configuration information f
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c:611
FunctionHAL_RCCEx_GetPeriphCLKConfig
* @brief Get the PeriphClkInit according to the internal * RCC configuration registers. * @param PeriphClkInit pointer to an RCC_PeriphCLKInitTy
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c:292
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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:200
FunctionHAL_RCC_DisableCSS
* @brief Disables the Clock Security System. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1046
FunctionHAL_RCC_EnableCSS
* @brief Enables the Clock Security System. * @note If a failure is detected on the HSE oscillator clock, this oscillator * is automati
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1037
FunctionHAL_RCC_GetClockConfig
* @brief Get the RCC_ClkInitStruct according to the internal * RCC configuration registers. * @param RCC_ClkInitStruct pointer to an RCC_ClkInit
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1310
FunctionHAL_RCC_GetOscConfig
* @brief Configures the RCC_OscInitStruct according to the internal * RCC configuration registers. * @param RCC_OscInitStruct pointer to an RCC_
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1210
FunctionHAL_RCC_GetPCLK1Freq
* @brief Returns the PCLK1 frequency * @note Each time PCLK1 changes, this function must be called to update the * right PCLK1 value. O
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1185
FunctionHAL_RCC_MCOConfig
* @brief Selects the clock source to output on MCO pin. * @note MCO pin should be configured in alternate function mode. * @param RCC_MCOx spe
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1000
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 */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1345
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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:413
FunctionHAL_SPI_Abort
* @brief Abort ongoing transfer (blocking mode). * @param hspi SPI handle. * @note This procedure could be used for aborting any ongoing trans
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:2058
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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:2202
FunctionHAL_SPI_DMAPause
* @brief Pause the DMA Transfer. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration informat
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:2362
FunctionHAL_SPI_DMAResume
* @brief Resume the DMA Transfer. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration informa
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:2382
FunctionHAL_SPI_DMAStop
* @brief Stop the DMA Transfer. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration informati
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:2402
FunctionHAL_SPI_DeInit
* @brief De-Initialize the SPI peripheral. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuratio
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:461
FunctionHAL_SPI_GetError
* @brief Return the SPI error code. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration infor
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:2705
FunctionHAL_SPI_GetState
* @brief Return the SPI handle state. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration inf
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:2693
FunctionHAL_SPI_MspDeInit
Core/Src/spi.c:111
FunctionHAL_SPI_MspInit
Core/Src/spi.c:63
FunctionHAL_SPI_Receive
* @brief Receive an amount of data in blocking mode. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the co
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:963
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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:1800
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 *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:1510
FunctionHAL_SPI_RegisterCallback
* @brief Register a User SPI Callback * To be used instead of the weak predefined callback * @param hspi Pointer to a SPI_HandleTypeDef
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:541
FunctionHAL_SPI_Transmit
* @brief Transmit an amount of data in blocking mode. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the c
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:793
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 *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:1425
FunctionHAL_SPI_UnRegisterCallback
* @brief Unregister an SPI Callback * SPI callback is redirected to the weak predefined callback * @param hspi Pointer to a SPI_HandleTy
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:652
FunctionHAL_SYSTICK_CLKSourceConfig
* @brief Configures the SysTick clock source. * @param CLKSource: specifies the SysTick clock source. * This parameter can be one of the
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:453
FunctionHAL_SYSTICK_IRQHandler
* @brief This function handles SYSTICK interrupt request. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c:471
FunctionHAL_SetTickFreq
* @brief Set new tick Freq. * @retval status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:322
FunctionHAL_SuspendTick
* @brief Suspend Tick increment. * @note In the default implementation , SysTick timer is the source of time base. It is * used to generate
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:397
FunctionHAL_TIMEx_ConfigBreakDeadTime
* @brief Configures the Break feature, dead time, Lock level, OSSI/OSSR State * and the AOE(automatic output enable). * @param htim TIM
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:2026
FunctionHAL_TIMEx_ConfigCommutEvent
* @brief Configure the TIM commutation event sequence. * @note This function is mandatory to use the commutation event in order to * upda
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1803
FunctionHAL_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 *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1916
FunctionHAL_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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1859
FunctionHAL_TIMEx_GetChannelNState
* @brief Return actual state of the TIM complementary channel. * @param htim TIM handle * @param ChannelN TIM Complementary channel *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:2184
FunctionHAL_TIMEx_HallSensor_DeInit
* @brief DeInitializes the TIM Hall Sensor interface * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:240
FunctionHAL_TIMEx_HallSensor_GetState
* @brief Return the TIM Hall Sensor interface handle state. * @param htim TIM Hall Sensor handle * @retval HAL state */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:2169
FunctionHAL_TIMEx_HallSensor_Init
@defgroup TIMEx_Exported_Functions_Group1 Extended Timer Hall Sensor functions * @brief Timer Hall Sensor functions * @verbatim =============
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:138
FunctionHAL_TIMEx_HallSensor_Start
* @brief Starts the TIM Hall Sensor Interface. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:315
FunctionHAL_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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:487
FunctionHAL_TIMEx_HallSensor_Start_IT
* @brief Starts the TIM Hall Sensor Interface in interrupt mode. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:397
FunctionHAL_TIMEx_HallSensor_Stop
* @brief Stops the TIM Hall sensor Interface. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:369
FunctionHAL_TIMEx_HallSensor_Stop_DMA
* @brief Stops the TIM Hall Sensor Interface in DMA mode. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:563
FunctionHAL_TIMEx_HallSensor_Stop_IT
* @brief Stops the TIM Hall Sensor Interface in interrupt mode. * @param htim TIM Hall Sensor Interface handle * @retval HAL status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:454
FunctionHAL_TIMEx_MasterConfigSynchronization
* @brief Configures the TIM in master mode. * @param htim TIM handle. * @param sMasterConfig pointer to a TIM_MasterConfigTypeDef structure tha
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1965
FunctionHAL_TIMEx_OCN_Start
* @brief Starts the TIM Output Compare signal generation on the complementary * output. * @param htim TIM Output Compare handle * @par
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:625
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 han
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:870
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
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:708
FunctionHAL_TIMEx_OCN_Stop
* @brief Stops the TIM Output Compare signal generation on the complementary * output. * @param htim TIM handle * @param Channel TIM
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:676
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 hand
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1008
FunctionHAL_TIMEx_OCN_Stop_IT
* @brief Stops the TIM Output Compare signal generation in interrupt mode * on the complementary output. * @param htim TIM Output Compar
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:795
FunctionHAL_TIMEx_OnePulseN_Start
* @brief Starts the TIM One Pulse signal generation on the complementary * output. * @note OutputChannel must match the pulse output chan
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1581
FunctionHAL_TIMEx_OnePulseN_Start_IT
* @brief Starts the TIM One Pulse signal generation in interrupt mode on the * complementary channel. * @note OutputChannel must match th
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1669
FunctionHAL_TIMEx_OnePulseN_Stop
* @brief Stops the TIM One Pulse signal generation on the complementary * output. * @note OutputChannel must match the pulse output chann
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1630
FunctionHAL_TIMEx_OnePulseN_Stop_IT
* @brief Stops the TIM One Pulse signal generation in interrupt mode on the * complementary channel. * @note OutputChannel must match the
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1724
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 *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1109
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 TIM
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c:1352
← previousnext →701–800 of 1,903, ranked by callers