Definition in file mailbox.h.
Go to the source code of this file.
Functions | |
| uint8_t * | ec_slave_mbox_prepare_send (const ec_slave_t *, ec_datagram_t *, uint8_t, size_t) |
| Prepares a mailbox-send datagram. | |
| int | ec_slave_mbox_prepare_check (const ec_slave_t *, ec_datagram_t *) |
| Prepares a datagram for checking the mailbox state. | |
| int | ec_slave_mbox_check (const ec_datagram_t *) |
| Processes a mailbox state checking datagram. | |
| int | ec_slave_mbox_prepare_fetch (const ec_slave_t *, ec_datagram_t *) |
| Prepares a datagram to fetch mailbox data. | |
| uint8_t * | ec_slave_mbox_fetch (const ec_slave_t *, ec_datagram_t *, uint8_t, size_t *) |
| Processes received mailbox data. | |
| uint8_t * | ec_slave_mbox_simple_io (const ec_slave_t *, ec_datagram_t *, size_t *) |
| Sends a mailbox datagram and waits for its reception. | |
| uint8_t * | ec_slave_mbox_simple_receive (const ec_slave_t *, ec_datagram_t *, uint8_t, size_t *) |
| Waits for the reception of a mailbox datagram. | |
|
||||||||||||||||||||
|
Prepares a mailbox-send datagram.
|
|
||||||||||||
|
Prepares a datagram for checking the mailbox state.
|
|
|
Processes a mailbox state checking datagram.
|
|
||||||||||||
|
Prepares a datagram to fetch mailbox data.
|
|
||||||||||||||||||||
|
Processes received mailbox data.
|
|
||||||||||||||||
|
Sends a mailbox datagram and waits for its reception.
|
|
||||||||||||||||||||
|
Waits for the reception of a mailbox datagram.
|
1.4.6