STM32 MCSDK FOC

Searching for '_IRQHandler'...
\Src\stm32f4xx_mc_it.c(59) : void ADC_IRQHandler(void); //GGI
\Src\stm32f4xx_mc_it.c(60) : void TIMx_UP_M1_IRQHandler(void);
\Src\stm32f4xx_mc_it.c(61) : void TIMx_BRK_M1_IRQHandler(void);
\Src\stm32f4xx_mc_it.c(62) : void SPD_TIM_M1_IRQHandler(void);
\Src\stm32f4xx_mc_it.c(63) : void USART_IRQHandler(void);
\Src\stm32f4xx_mc_it.c(66) : void EXTI4_IRQHandler (void);
\Src\stm32f4xx_mc_it.c(73) : void ADC_IRQHandler(void)
\Src\stm32f4xx_mc_it.c(104) : void TIMx_UP_M1_IRQHandler(void)
\Src\stm32f4xx_mc_it.c(111) :   R3_2_TIMx_UP_IRQHandler(&PWM_Handle_M1);
\Src\stm32f4xx_mc_it.c(122) : void TIMx_BRK_M1_IRQHandler(void)
\Src\stm32f4xx_mc_it.c(130) :     R3_2_BRK_IRQHandler(&PWM_Handle_M1);
\Src\stm32f4xx_mc_it.c(145) : void SPD_TIM_M1_IRQHandler(void)
\Src\stm32f4xx_mc_it.c(155) :     ENC_IRQHandler(&ENCODER_M1);
\Src\stm32f4xx_mc_it.c(175) : void USART_IRQHandler(void)
\Src\stm32f4xx_mc_it.c(284) :     HAL_SYSTICK_IRQHandler();
\Src\stm32f4xx_mc_it.c(303) : void EXTI4_IRQHandler (void)
\Src\stm32f4xx_mc_it.c(317) : void EXTI9_5_IRQHandler (void)
\MCSDK_v5.4.4-Full\MotorControl\MCSDK\MCLib\F4xx\Src\r3_2_f4xx_pwm_curr_fdbk.c(697) : __weak void * R3_2_TIMx_UP_IRQHandler( PWMC_R3_2_Handle_t * pHandle)
\MCSDK_v5.4.4-Full\MotorControl\MCSDK\MCLib\F4xx\Src\r3_2_f4xx_pwm_curr_fdbk.c(768) : __weak void *R3_2_BRK_IRQHandler(PWMC_R3_2_Handle_t *pHandle)
\MCSDK_v5.4.4-Full\MotorControl\MCSDK\MCLib\Any\Src\pwm_curr_fdbk.c(542) : __weak void PWMC_RegisterIrqHandlerCallBack( PWMC_IrqHandler_Cb_t pCallBack,
\MCSDK_v5.4.4-Full\MotorControl\MCSDK\MCLib\Any\Src\encoder_speed_pos_fdbk.c(333) : __weak void * ENC_IRQHandler( void * pHandleVoid )
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c(965) :         (+) HAL_UART_IRQHandler()
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c(2019) : void HAL_UART_IRQHandler(UART_HandleTypeDef *huart)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c(3167) : void HAL_TIM_IRQHandler(TIM_HandleTypeDef *htim)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c(1073) : void HAL_RCC_NMI_IRQHandler(void)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c(465) :   * @note This API should be called under the PVD_IRQHandler().
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c(468) : void HAL_PWR_PVD_IRQHandler(void)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c(495) : void HAL_GPIO_EXTI_IRQHandler(uint16_t GPIO_Pin)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c(48) :            (++) Handle FLASH interrupts by calling HAL_FLASH_IRQHandler()
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c(261) : void HAL_FLASH_IRQHandler(void)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_exti.c(445) : void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *hexti)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c(48) :           (+) Use HAL_DMA_IRQHandler() called under DMA_IRQHandler() Interrupt subroutine
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c(49) :           (+) At the end of data transfer HAL_DMA_IRQHandler() function is executed and user can 
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c(289) :      DMA steam Base Address needed by HAL_DMA_IRQHandler() and HAL_DMA_PollForTransfer() */
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c(747) : void HAL_DMA_IRQHandler(DMA_HandleTypeDef *hdma)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c(711) : void HAL_DAC_IRQHandler(DAC_HandleTypeDef* hdac)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c(472) : void HAL_SYSTICK_IRQHandler(void)
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c(23) :              (+++) In ADC IRQ handler, call HAL_ADC_IRQHandler()
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c(54) :        (+) Use HAL_ADC_IRQHandler() called under ADC_IRQHandler() Interrupt subroutine
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c(47) :              (+++) In ADC IRQ handler, call HAL_ADC_IRQHandler()
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c(100) :        (+) Use HAL_ADC_IRQHandler() called under ADC_IRQHandler() Interrupt subroutine
\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c(1176) : void HAL_ADC_IRQHandler(ADC_HandleTypeDef* hadc)
Lines matched: 42      Files matched: 16      Total files searched: 63

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值