Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/lib/mykonos/adi/
H A Dmykonos.h232 mykonosErr_t MYKONOS_setTx1Attenuation(mykonosDevice_t *device, uint16_t tx1Attenuation_mdB);
234 mykonosErr_t MYKONOS_getTx1Attenuation(mykonosDevice_t *device, uint16_t *tx1Attenuation_mdB);
H A Dmykonos.c6386 mykonosErr_t MYKONOS_setTx1Attenuation(mykonosDevice_t *device, uint16_t tx1Attenuation_mdB) in MYKONOS_setTx1Attenuation() argument
6396 if (tx1Attenuation_mdB > 41950) in MYKONOS_setTx1Attenuation()
6424 data = (tx1Attenuation_mdB / attenStepSizeDiv); in MYKONOS_setTx1Attenuation()
6515 mykonosErr_t MYKONOS_getTx1Attenuation(mykonosDevice_t *device, uint16_t *tx1Attenuation_mdB) in MYKONOS_getTx1Attenuation() argument
6526 if (tx1Attenuation_mdB == NULL) in MYKONOS_getTx1Attenuation()
6539 …*tx1Attenuation_mdB = (uint16_t)(((uint16_t)(txAttenLsb) | ((uint16_t)(txAttenMsb) << 8)) * attenS… in MYKONOS_getTx1Attenuation()