STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
CAN Base Address

Macros

#define CAN1_BASE   ( PERIPH_BASE + 0x00006400UL )
 
#define CAN2_BASE   ( PERIPH_BASE + 0x00006800UL )
 
#define CAN1   ( (Can_RegisterType *)CAN1_BASE )
 
#define CAN2   ( (Can_RegisterType *)CAN2_BASE )
 

Detailed Description

Macro Definition Documentation

◆ CAN1

#define CAN1   ( (Can_RegisterType *)CAN1_BASE )

Access to CAN1 Registers

◆ CAN1_BASE

#define CAN1_BASE   ( PERIPH_BASE + 0x00006400UL )

CAN1 Base Address

◆ CAN2

#define CAN2   ( (Can_RegisterType *)CAN2_BASE )

Access to CAN2 Registers

◆ CAN2_BASE

#define CAN2_BASE   ( PERIPH_BASE + 0x00006800UL )

CAN2 Base Address