Behaviours: gen_server
.
crc5/1 | |
handle_call/3 | |
handle_cast/2 | |
init/1 | |
read/2 | |
read_burst/2 | |
start_link/2 | |
write/3 |
crc5(Bitstring) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
init(Slot) -> any()
read(Chip, Reg) -> any()
read_burst(Chip, Reg) -> any()
start_link(Connector, Opts) -> any()
write(Chip, Reg, Value) -> any()
Generated by EDoc