MCPcopy Create free account

hub / github.com/dekuNukem/pimp_my_microwave / functions

Functions915 in github.com/dekuNukem/pimp_my_microwave

↓ 2 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority \details Sets the priority of an interrupt. \note The priority cannot be set for every core interrupt. \param
firmware/Drivers/CMSIS/Include/core_cm3.h:1524
↓ 2 callersFunctionSPI_CloseTx_ISR
* @brief Handle the end of the TX transaction. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configur
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3776
↓ 2 callersFunctionTIM_OC3_SetConfig
* @brief Time Ouput Compare 3 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:4871
↓ 2 callersFunctionTIM_OC4_SetConfig
* @brief Time Ouput Compare 4 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:4945
↓ 2 callersFunctionTIM_SlaveTimer_SetConfig
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4997
↓ 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.
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5271
↓ 2 callersFunctionTIM_TI2_SetConfig
* @brief Configure the TI2 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:5231
↓ 2 callersFunctionUART_EndTxTransfer
* @brief End ongoing Tx transfer on UART peripheral (following error detection or Transmit completion). * @param huart UART handle. * @retval No
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2381
↓ 2 callersFunctionUART_Receive_IT
* @brief Receive an amount of data in interrupt mode. * @note Function is called under interruption only, once * interruptions have bee
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2735
↓ 2 callersFunction__SEV
\brief Send Event \details Send Event is a hint instruction. It causes an event to be signaled to the CPU. */
firmware/Drivers/CMSIS/Include/cmsis_gcc.h:404
↓ 1 callersFunctionFLASH_OB_DisableWRP
* @brief Disable the write protection of the desired pages * @note An option byte erase is done automatically in this function. * @note When
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:653
↓ 1 callersFunctionFLASH_OB_EnableWRP
* @brief Enable the write protection of the desired pages * @note An option byte erase is done automatically in this function. * @note When
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:537
↓ 1 callersFunctionFLASH_OB_GetUser
* @brief Return the FLASH User Option Byte value. * @retval The FLASH User Option Bytes values: IWDG_SW(Bit0), RST_STOP(Bit1), RST_STDBY(Bit2), nB
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:947
↓ 1 callersFunctionFLASH_OB_ProgramData
* @brief Programs a half word at a specified Option Byte Data address. * @note The function @ref HAL_FLASH_Unlock() should be called before to un
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:873
↓ 1 callersFunctionFLASH_OB_UserConfig
* @brief Program the FLASH User Option Byte. * @note Programming of the OB should be performed only after an erase (otherwise PGERR occurs)
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:818
↓ 1 callersFunctionHAL_FLASH_OperationErrorCallback
* @brief FLASH operation error 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:462
↓ 1 callersFunctionHAL_GPIO_EXTI_Callback
* @brief EXTI line detection callback. * @param GPIO_Pin Specifies the port pin connected to corresponding EXTI line. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:515
↓ 1 callersFunctionHAL_I2C_MemRxCpltCallback
* @brief Memory 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:3149
↓ 1 callersFunctionHAL_I2C_MemTxCpltCallback
* @brief Memory 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:3133
↓ 1 callersFunctionHAL_I2C_MspDeInit
* @brief DeInitialize the I2C MSP. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration inform
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:543
↓ 1 callersFunctionHAL_I2C_MspInit
* @brief Initialize the I2C MSP. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration informat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:527
↓ 1 callersFunctionHAL_IncTick
* @brief This function is called to increment a global variable "uwTick" * used as application time base. * @note In the default implement
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:284
↓ 1 callersFunctionHAL_Init
* @brief This function configures the Flash prefetch, * Configures time base source, NVIC and Low level hardware * @note This function is
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:155
↓ 1 callersFunctionHAL_MspDeInit
* @brief DeInitializes the MSP. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:213
↓ 1 callersFunctionHAL_MspInit
* @brief Initializes the MSP. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:202
↓ 1 callersFunctionHAL_NVIC_DisableIRQ
* @brief Disables a device specific interrupt in the NVIC interrupt controller. * @param IRQn External interrupt number. * This paramete
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:184
↓ 1 callersFunctionHAL_NVIC_EnableIRQ
* @brief Enables a device specific interrupt in the NVIC interrupt controller. * @note To configure interrupts priority correctly, the NVIC_Prior
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:168
↓ 1 callersFunctionHAL_PWREx_Vddio2MonitorCallback
* @brief PWR Vddio2 Monitor interrupt callback * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c:262
↓ 1 callersFunctionHAL_PWR_PVDCallback
* @brief PWR PVD interrupt callback * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pwr_ex.c:202
↓ 1 callersFunctionHAL_RCCEx_CRS_ErrorCallback
* @brief RCCEx Clock Recovery System Error interrupt callback. * @param Error Combination of Error status. * This parameter can be a co
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:946
↓ 1 callersFunctionHAL_RCCEx_CRS_ExpectedSyncCallback
* @brief RCCEx Clock Recovery System Expected SYNC interrupt callback. * @retval none */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:930
↓ 1 callersFunctionHAL_RCCEx_CRS_SyncOkCallback
* @brief RCCEx Clock Recovery System SYNCOK interrupt callback. * @retval none */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:908
↓ 1 callersFunctionHAL_RCCEx_CRS_SyncWarnCallback
* @brief RCCEx Clock Recovery System SYNCWARN interrupt callback. * @retval none */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc_ex.c:919
↓ 1 callersFunctionHAL_RCC_CSSCallback
* @brief RCC Clock Security System interrupt callback * @retval none */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1308
↓ 1 callersFunctionHAL_RCC_ClockConfig
* @brief Initializes the CPU, AHB and APB buses clocks according to the specified * parameters in the RCC_ClkInitStruct. * @param RCC_C
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:725
↓ 1 callersFunctionHAL_RCC_OscConfig
* @brief Initializes the RCC Oscillators according to the specified parameters in the * RCC_OscInitTypeDef. * @param RCC_OscInitStruct p
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:269
↓ 1 callersFunctionHAL_SPI_Init
* @brief Initialize the SPI according to the specified parameters * in the SPI_InitTypeDef and initialize the associated handle. * @param
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:281
↓ 1 callersFunctionHAL_SPI_MspDeInit
* @brief De-Initialize the SPI MSP. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration infor
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:456
↓ 1 callersFunctionHAL_SPI_MspInit
* @brief Initialize the SPI MSP. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration informat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:440
↓ 1 callersFunctionHAL_SPI_RxHalfCpltCallback
* @brief Rx Half Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configurat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2565
↓ 1 callersFunctionHAL_SPI_Transmit
* @brief Transmit an amount of data in blocking mode. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the c
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:512
↓ 1 callersFunctionHAL_SPI_TransmitReceive
* @brief Transmit and Receive an amount of data in blocking mode. * @param hspi pointer to a SPI_HandleTypeDef structure that contains *
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:936
↓ 1 callersFunctionHAL_SPI_TransmitReceive_DMA
* @brief Transmit and Receive an amount of data in non-blocking mode with DMA. * @param hspi pointer to a SPI_HandleTypeDef structure that contain
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:1808
↓ 1 callersFunctionHAL_SPI_TransmitReceive_IT
* @brief Transmit and Receive an amount of data in non-blocking mode with Interrupt. * @param hspi pointer to a SPI_HandleTypeDef structure that c
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:1436
↓ 1 callersFunctionHAL_SPI_TxHalfCpltCallback
* @brief Tx Half Transfer completed callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configurat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2549
↓ 1 callersFunctionHAL_SPI_TxRxHalfCpltCallback
* @brief Tx and Rx Half Transfer callback. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * the configuration
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2581
↓ 1 callersFunctionHAL_SYSTICK_CLKSourceConfig
* @brief Configures the SysTick clock source. * @param CLKSource specifies the SysTick clock source. * This parameter can be one of the
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:306
↓ 1 callersFunctionHAL_SYSTICK_Callback
* @brief SYSTICK callback. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:333
↓ 1 callersFunctionHAL_SYSTICK_IRQHandler
* @brief This function handles SYSTICK interrupt request. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:324
↓ 1 callersFunctionHAL_TIMEx_BreakCallback
* @brief Hall Break detection callback in non blocking mode * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1909
↓ 1 callersFunctionHAL_TIMEx_HallSensor_MspDeInit
* @brief DeInitializes TIM Hall Sensor MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:279
↓ 1 callersFunctionHAL_TIMEx_HallSensor_MspInit
* @brief Initializes the TIM Hall Sensor MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:264
↓ 1 callersFunctionHAL_TIM_Base_MspDeInit
* @brief DeInitializes TIM Base MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:285
↓ 1 callersFunctionHAL_TIM_Base_MspInit
* @brief Initializes the TIM Base MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:270
↓ 1 callersFunctionHAL_TIM_DMABurst_MultiReadStart
* @brief Configure the DMA Burst to transfer multiple Data from the TIM peripheral to the memory * @param htim TIM handle * @param BurstBaseAdd
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:3649
↓ 1 callersFunctionHAL_TIM_DMABurst_MultiWriteStart
* @brief Configure the DMA Burst to transfer multiple Data from the memory to the TIM peripheral * @param htim TIM handle * @param BurstBaseAdd
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:3379
↓ 1 callersFunctionHAL_TIM_Encoder_MspDeInit
* @brief DeInitializes TIM Encoder Interface MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:2382
↓ 1 callersFunctionHAL_TIM_Encoder_MspInit
* @brief Initializes the TIM Encoder Interface MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:2367
↓ 1 callersFunctionHAL_TIM_ErrorCallback
* @brief Timer error callback in non blocking mode * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4459
↓ 1 callersFunctionHAL_TIM_IC_MspDeInit
* @brief DeInitializes TIM Input Capture MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:1580
↓ 1 callersFunctionHAL_TIM_IC_MspInit
* @brief Initializes the TIM Input Capture MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:1565
↓ 1 callersFunctionHAL_TIM_OC_MspDeInit
* @brief DeInitializes TIM Output Compare MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:563
↓ 1 callersFunctionHAL_TIM_OC_MspInit
* @brief Initializes the TIM Output Compare MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:548
↓ 1 callersFunctionHAL_TIM_OnePulse_MspDeInit
* @brief DeInitializes TIM One Pulse MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:2063
↓ 1 callersFunctionHAL_TIM_OnePulse_MspInit
* @brief Initializes the TIM One Pulse MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:2048
↓ 1 callersFunctionHAL_TIM_PWM_MspDeInit
* @brief DeInitializes TIM PWM MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:1070
↓ 1 callersFunctionHAL_TIM_PWM_MspInit
* @brief Initializes the TIM PWM MSP. * @param htim TIM handle * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:1055
↓ 1 callersFunctionHAL_UARTEx_WakeupCallback
* @brief UART wakeup from Stop mode callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c:353
↓ 1 callersFunctionHAL_UART_IRQHandler
* @brief Handle UART interrupt request. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1656
↓ 1 callersFunctionHAL_UART_Init
* @brief Initialize the UART mode according to the specified * parameters in the UART_InitTypeDef and initialize the associated handle. * @
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:291
↓ 1 callersFunctionHAL_UART_MspDeInit
* @brief DeInitialize the UART MSP. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:588
↓ 1 callersFunctionHAL_UART_Receive_IT
* @brief Receive an amount of data in interrupt mode. * @param huart UART handle. * @param pData pointer to data buffer. * @param Size amount of
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:917
↓ 1 callersFunctionHAL_UART_RxHalfCpltCallback
* @brief Rx Half Transfer completed callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1855
↓ 1 callersFunctionHAL_UART_Transmit
* @brief Send an amount of data in blocking mode. * @param huart UART handle. * @param pData Pointer to data buffer. * @param Size Amount of dat
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:691
↓ 1 callersFunctionHAL_UART_TxHalfCpltCallback
* @brief Tx Half Transfer completed callback. * @param huart UART handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1825
↓ 1 callersFunctionI2C_ITAddrCplt
* @brief I2C Address complete process callback. * @param hi2c I2C handle. * @param ITFlags Interrupt flags to handle. * @retval None */
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3770
↓ 1 callersFunctionMX_GPIO_Init
Configure pins as * Analog * Input * Output * EVENT_OUT * EXTI */
firmware/Src/main.c:304
↓ 1 callersFunctionMX_SPI1_Init
SPI1 init function */
firmware/Src/main.c:251
↓ 1 callersFunctionMX_USART2_UART_Init
USART2 init function */
firmware/Src/main.c:277
↓ 1 callersFunctionNVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of an external interrupt. \param [in] IRQn External interrupt number. Value
firmware/Drivers/CMSIS/Include/core_cm3.h:1498
↓ 1 callersFunctionNVIC_DisableIRQ
\brief Disable External Interrupt \details Disables a device-specific interrupt in the NVIC interrupt controller. \param [in] IRQn Externa
firmware/Drivers/CMSIS/Include/core_cm3.h:1463
↓ 1 callersFunctionNVIC_EnableIRQ
\brief Enable External Interrupt \details Enables a device-specific interrupt in the NVIC interrupt controller. \param [in] IRQn External
firmware/Drivers/CMSIS/Include/core_cm3.h:1452
↓ 1 callersFunctionNVIC_GetPendingIRQ
\brief Get Pending Interrupt \details Reads the pending register in the NVIC and returns the pending bit for the specified interrupt. \param [in
firmware/Drivers/CMSIS/Include/core_cm3.h:1476
↓ 1 callersFunctionNVIC_GetPriority
\brief Get Interrupt Priority \details Reads the priority of an interrupt. The interrupt number can be positive to specify an external
firmware/Drivers/CMSIS/Include/core_cm3.h:1546
↓ 1 callersFunctionNVIC_SetPendingIRQ
\brief Set Pending Interrupt \details Sets the pending bit of an external interrupt. \param [in] IRQn Interrupt number. Value cannot be ne
firmware/Drivers/CMSIS/Include/core_cm3.h:1487
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority \details Sets the priority of an interrupt. \note The priority cannot be set for every core interrupt. \param
firmware/Drivers/CMSIS/Include/core_cm0.h:688
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority \details Sets the priority of an interrupt. \note The priority cannot be set for every core interrupt. \param
firmware/Drivers/CMSIS/Include/core_cm0plus.h:804
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority \details Sets the priority of an interrupt. \note The priority cannot be set for every core interrupt. \param
firmware/Drivers/CMSIS/Include/core_sc300.h:1506
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority \details Sets the priority of an interrupt. \note The priority cannot be set for every core interrupt. \param
firmware/Drivers/CMSIS/Include/core_cm7.h:1906
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority \details Sets the priority of an interrupt. \note The priority cannot be set for every core interrupt. \param
firmware/Drivers/CMSIS/Include/core_cm4.h:1698
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority \details Sets the priority of an interrupt. \note The priority cannot be set for every core interrupt. \param
firmware/Drivers/CMSIS/Include/core_sc000.h:816
↓ 1 callersFunctionNVIC_SystemReset
\brief System Reset \details Initiates a system reset request to reset the MCU. */
firmware/Drivers/CMSIS/Include/core_cm3.h:1616
↓ 1 callersFunctionSysTick_Config
\brief System Tick Configuration \details Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is
firmware/Drivers/CMSIS/Include/core_cm3.h:1656
↓ 1 callersFunctionSystemClock_Config
* @brief System Clock Configuration * @retval None */
firmware/Src/main.c:209
↓ 1 callersFunctionTIM_TI3_SetConfig
* @brief Configure the TI3 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:5314
↓ 1 callersFunctionTIM_TI4_SetConfig
* @brief Configure the TI4 as Input. * @param TIMx to select the TIM peripheral * @param TIM_ICPolarity The Input Polarity. * This p
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5362
↓ 1 callersFunctionUARTEx_Wakeup_AddressConfig
* @brief Initialize the UART wake-up from stop mode parameters when triggered by address detection. * @param huart UART handle. * @param WakeUpSel
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart_ex.c:593
↓ 1 callersFunctionUART_EndTransmit_IT
* @brief Wrap up transmission in non-blocking mode. * @param huart pointer to a UART_HandleTypeDef structure that contains * the c
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2715
↓ 1 callersFunctionUART_Transmit_IT
* @brief Send an amount of data in interrupt mode. * @note Function is called under interruption only, once * interruptions have been e
firmware/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2669
↓ 1 callersFunction__SMLALD
* @brief C custom defined SMLALD for M3 and M0 processors */
firmware/Drivers/CMSIS/Include/arm_math.h:962
← previousnext →101–200 of 915, ranked by callers