Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1f98270 authored by Satish Kodishala's avatar Satish Kodishala Committed by Gerrit - the friendly Code Review server
Browse files

radio: silabs: Enable RDS repeat interrupt



Enable RDS repeat interrupt along with RDS interrupt.

CRs-fixed: 763352
Change-Id: I31920fb0d20826e7ff88f85d05acfa1c92e63b5e
Signed-off-by: default avatarSatish Kodishala <skodisha@codeaurora.org>
parent 9acbf0d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -187,7 +187,8 @@ const unsigned char MAX_SRCH_MODE = 0x01;
#define CTS_INT_BIT_MASK           (1 << 7)
#define ERR_BIT_MASK               (1 << 6)
#define RSQ_INT_BIT_MASK           (1 << 3)
#define RDS_INT_BIT_MASK           (1 << 2)
/* set RDS repeat int bit along with RDS int bit */
#define RDS_INT_BIT_MASK           (0x0404)
#define STC_INT_BIT_MASK            1
#define RSSI_LOW_TH_INT_BIT_MASK    1
#define RDS_INT_DISABLE_MASK	    0x9