staging: pi433: add missing register contants
add missing register constants present in RFM69 and/or RFM69HW so that we don't need to hardcode values when referencing them. this patch adds REG_TESTLNA, REG_TESTAFC constants Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com> Link: https://lore.kernel.org/r/20220124042636.GA7962@mail.google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ce514dadc6
commit
6c73edb5d4
@ -89,9 +89,11 @@
|
||||
#define REG_AESKEY16 0x4D
|
||||
#define REG_TEMP1 0x4E
|
||||
#define REG_TEMP2 0x4F
|
||||
#define REG_TESTLNA 0x58
|
||||
#define REG_TESTPA1 0x5A /* only present on RFM69HW */
|
||||
#define REG_TESTPA2 0x5C /* only present on RFM69HW */
|
||||
#define REG_TESTDAGC 0x6F
|
||||
#define REG_TESTAFC 0x71
|
||||
|
||||
/******************************************************/
|
||||
/* RF69/SX1231 bit definition */
|
||||
|
Loading…
x
Reference in New Issue
Block a user