Home
last modified time | relevance | path

Searched refs:DECODE_ANTENNA (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c91 #define DECODE_ANTENNA(x, y) (((x) >> ((y)*2)) & 0x03) macro
1323 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()