MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / b

Function b

arch/micropolis/decoder.cc:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static uint8_t b(uint32_t field, uint8_t pos)
65{
66 return (field >> pos) & 1;
67}
68
69static uint8_t eccNextBit(uint32_t ecc, uint8_t data_bit)
70{

Callers 1

eccNextBitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected