cantata
Macros | Functions
main.h File Reference

: Header for main.c file. More...

#include "stm32f1xx_hal.h"
#include "cantataCAN1.h"
#include "STM32CANCallbacks.h"
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LED_Pin   GPIO_PIN_13
 
#define LED_GPIO_Port   GPIOC
 
#define BUTTON_Pin   GPIO_PIN_0
 
#define BUTTON_GPIO_Port   GPIOA
 

Functions

void Error_Handler (void)
 This function is executed in case of error occurrence. More...
 

Detailed Description

: Header for main.c file.

This file contains the common defines of the application.

Attention

© Copyright (c) 2021 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

Function Documentation

◆ Error_Handler()

void Error_Handler ( void  )

This function is executed in case of error occurrence.

Return values
None