Module pmod_dio

Behaviours: gen_server.

Function Index

crc5/1
handle_call/3
handle_cast/2
init/1
read/2
read_burst/2
start_link/2
write/3

Function Details

crc5/1

crc5(Bitstring) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

init/1

init(Slot) -> any()

read/2

read(Chip, Reg) -> any()

read_burst/2

read_burst(Chip, Reg) -> any()

start_link/2

start_link(Connector, Opts) -> any()

write/3

write(Chip, Reg, Value) -> any()


Generated by EDoc