mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
[AVR32] Add missing bit in PCCR sysreg
The enable bit was missing... Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
This commit is contained in:
parent
80f76c54bd
commit
8fea1ad17f
1 changed files with 2 additions and 0 deletions
|
@ -215,6 +215,8 @@
|
|||
#define SYSREG_IRP_SIZE 6
|
||||
|
||||
/* Bitfields in PCCR */
|
||||
#define SYSREG_PCCR_E_OFFSET 0
|
||||
#define SYSREG_PCCR_E_SIZE 1
|
||||
#define SYSREG_PCCR_R_OFFSET 1
|
||||
#define SYSREG_PCCR_R_SIZE 1
|
||||
#define SYSREG_PCCR_C_OFFSET 2
|
||||
|
|
Loading…
Reference in a new issue