Synopsis
CTL_STATUS_t ctl_bus_read(CTL_PARALLEL_BUS_t *self);
Description

ctl_bus_read reads the state of the bus self.

Note that reading bits configured as output is highly device dependent and the effect of doing so is not specified by this interface.

Thread Safety

ctl_bus_read is thread-safe if a mutex is associated with the bus self.