OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCDAC_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h
145
#define
PCDAC_MASK
0x3f
ah_eeprom_v3.c
281
const uint16_t
pcdac_mask
= 0x3f;
local in function:readEepromRawPowerCalInfo5112
371
((eeval >> 8) &
pcdac_mask
);
869
pChannelData->pcdacMax = (uint16_t)((eeval >> 10) &
PCDAC_MASK
);
870
pChannelData->pcdacMin = (uint16_t)((eeval >> 4) &
PCDAC_MASK
);
Completed in 14 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025