19 lines
601 B
Plaintext
19 lines
601 B
Plaintext
## This file is used to set the NXP UCI generic config
|
|
|
|
# Param Id
|
|
#CORE_SET_CONFIG_CMD used to set the config
|
|
|
|
UWB_CORE_DEVICE_DEFAULT_CONFIG=0x00
|
|
|
|
###############################################################################
|
|
#MW Configuration to disable/enable low power mode for UWBS
|
|
#Disable = 0x00
|
|
#Enable = 0x01
|
|
UWB_LOW_POWER_MODE=0x01
|
|
|
|
###############################################################################
|
|
#timeout in milliseconds to enter into low power mode
|
|
UWB_DPD_ENTRY_TIMEOUT=200
|
|
|
|
###############################################################################
|