MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / read9862

Method read9862

TransceiverRAD1/rnrad1Core.cpp:891–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891bool rnrad1Core::read9862 (int regno, unsigned char *value) const
892{
893
894 return readSpi(0x80 | (regno & 0x3f),
895 SPI_ENABLE_CODEC_A,
896 SPI_FMT_MSB | SPI_FMT_HDR_1,
897 value, 1);
898}
899
900
901int rnrad1Core::read9862 (int regno) const

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected