mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
cc26xx_cc13xx: add register values
Add some register values needed to trim registers. Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
parent
e514266186
commit
e2489ced97
@ -54,7 +54,11 @@ typedef struct {
|
||||
* @brief CCFG register values
|
||||
* @{
|
||||
*/
|
||||
#define CCFG_SIZE_AND_DIS_FLAGS_DIS_GPRAM 0x00000004
|
||||
#define CCFG_MODE_CONF_1_ALT_DCDC_IPEAK_s 16
|
||||
#define CCFG_MODE_CONF_VDDR_EXT_LOAD 0x02000000
|
||||
#define CCFG_MODE_CONF_VDDS_BOD_LEVEL 0x01000000
|
||||
#define CCFG_SIZE_AND_DIS_FLAGS_DIS_GPRAM 0x00000004
|
||||
#define CCFG_SIZE_AND_DIS_FLAGS_DIS_ALT_DCDC_SETTING 0x00000002
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user