iSensor-SPI-Buffer  1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
Functions | Variables
stm32f3xx_it.c File Reference

Interrupt Service Routines. More...

#include "main.h"
#include "stm32f3xx_it.h"
#include "stm32f3xx_hal_pcd.h"
Include dependency graph for stm32f3xx_it.c:

Functions

void NMI_Handler (void)
 This function handles Non maskable interrupt.
 
void SVC_Handler (void)
 This function handles System service call via SWI instruction.
 
void DebugMon_Handler (void)
 This function handles Debug monitor.
 
void PendSV_Handler (void)
 This function handles Pendable request for system service.
 
void SysTick_Handler (void)
 This function handles System tick timer.
 
void USB_LP_CAN_RX0_IRQHandler (void)
 This function handles USB low priority or CAN_RX0 interrupts.
 

Variables

PCD_HandleTypeDef hpcd_USB_FS
 
uint16_t Timer1
 
uint16_t Timer2
 

Detailed Description

Interrupt Service Routines.

Attention

© Copyright (c) 2020 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Variable Documentation

◆ hpcd_USB_FS

PCD_HandleTypeDef hpcd_USB_FS
extern

USB handle (Used in USB ISR)

◆ Timer1

uint16_t Timer1
extern

1ms Timer1 Counter for FATFs

◆ Timer2

uint16_t Timer2
extern

1ms Timer2 Counter for FATFs