libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

System Control CAN 1 Memory Power Control Register Values. More...

Collaboration diagram for SYSCTL_CAN1MPC Values:

Macros

#define SYSCTL_CAN1MPC_PWRCTL_SHIFT   (0)
 Memory Array Power Control Shift. More...
 
#define SYSCTL_CAN1MPC_PWRCTL_MASK   (0x3)
 Memory Array Power Control Mask. More...
 
#define SYSCTL_CAN1MPC_PWRCTL_ARR_OFF   (0x0)
 Memory Array Power Control - Off. More...
 
#define SYSCTL_CAN1MPC_PWRCTL_ARR_ON   (0x3)
 Memory Array Power Control - On. More...
 

Detailed Description

System Control CAN 1 Memory Power Control Register Values.

Macro Definition Documentation

◆ SYSCTL_CAN1MPC_PWRCTL_ARR_OFF

#define SYSCTL_CAN1MPC_PWRCTL_ARR_OFF   (0x0)

Memory Array Power Control - Off.

Definition at line 1313 of file systemcontrol.h.

◆ SYSCTL_CAN1MPC_PWRCTL_ARR_ON

#define SYSCTL_CAN1MPC_PWRCTL_ARR_ON   (0x3)

Memory Array Power Control - On.

Definition at line 1315 of file systemcontrol.h.

◆ SYSCTL_CAN1MPC_PWRCTL_MASK

#define SYSCTL_CAN1MPC_PWRCTL_MASK   (0x3)

Memory Array Power Control Mask.

Definition at line 1311 of file systemcontrol.h.

◆ SYSCTL_CAN1MPC_PWRCTL_SHIFT

#define SYSCTL_CAN1MPC_PWRCTL_SHIFT   (0)

Memory Array Power Control Shift.

Definition at line 1309 of file systemcontrol.h.