crc v0.8.3 CRC.Model View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %CRC.Model{aliases: %{optional(atom()) => binary()}, bits: 0..255, check: 0..18446744073709551615, init: 0..18446744073709551615, key: atom(), name: binary(), poly: 0..18446744073709551615, refin: boolean(), refout: boolean(), residue: 0..18446744073709551615, sick: boolean(), slow: boolean(), value: non_neg_integer(), width: 0..255, xorout: 0..18446744073709551615}

Link to this section Functions

Link to this function dump_code(model_or_models) View Source