|
STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
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 ) |
| #define CAN1 ( (Can_RegisterType *)CAN1_BASE ) |
Access to CAN1 Registers
| #define CAN1_BASE ( PERIPH_BASE + 0x00006400UL ) |
CAN1 Base Address
| #define CAN2 ( (Can_RegisterType *)CAN2_BASE ) |
Access to CAN2 Registers
| #define CAN2_BASE ( PERIPH_BASE + 0x00006800UL ) |
CAN2 Base Address