Searched refs:DECODE_ANTENNA (Results 1 – 1 of 1) sorted by relevance
91 #define DECODE_ANTENNA(x, y) (((x) >> ((y)*2)) & 0x03) macro1323 uint8_t k2 = DECODE_ANTENNA(apn, k1); in RCL_Handler_BLE_CS_preprocessStep()1324 uint8_t k3 = DECODE_ANTENNA(apm, k2); in RCL_Handler_BLE_CS_preprocessStep()