|
Bridle API 4.2.0
A Zephyr based application framework
|
Data Fields | |
| struct k_work | work |
| The work item performing the transfer. | |
| const struct device * | dev |
| The device on which the transfer is performed. | |
| uint8_t | sub_address |
| The subaddress being read from. | |
| uint8_t * | rx_data |
| Buffer for receiving data from the device. | |
| size_t | rx_len |
| Length of rx_data. | |
| struct k_poll_signal * | signal |
| Signal to be raised once the transfer is complete (or has failed). | |
| const struct device* mfd_sc16is75x_transfer_work::dev |
The device on which the transfer is performed.
| uint8_t* mfd_sc16is75x_transfer_work::rx_data |
Buffer for receiving data from the device.
| size_t mfd_sc16is75x_transfer_work::rx_len |
Length of rx_data.
| struct k_poll_signal* mfd_sc16is75x_transfer_work::signal |
Signal to be raised once the transfer is complete (or has failed).
| uint8_t mfd_sc16is75x_transfer_work::sub_address |
The subaddress being read from.
| struct k_work mfd_sc16is75x_transfer_work::work |
The work item performing the transfer.