|
ChibiOS/RT
2.6.0 |
#include <mac_lld.h>

Data Fields | |
| macstate_t | state |
| Driver state. | |
| const MACConfig * | config |
| Current configuration data. | |
| Semaphore | tdsem |
| Transmit semaphore. | |
| Semaphore | rdsem |
| Receive semaphore. | |
| EventSource | rdevent |
| Receive event. | |
Driver state.
Definition at line 82 of file mac_lld.h.
Referenced by mac_lld_start(), mac_lld_stop(), macObjectInit(), macPollLinkStatus(), macStart(), macStop(), macWaitReceiveDescriptor(), and macWaitTransmitDescriptor().
| const MACConfig* MACDriver::config |
Current configuration data.
Definition at line 86 of file mac_lld.h.
Referenced by macObjectInit(), and macStart().
Transmit semaphore.
Definition at line 90 of file mac_lld.h.
Referenced by macObjectInit(), and macWaitTransmitDescriptor().
Receive semaphore.
Definition at line 94 of file mac_lld.h.
Referenced by macObjectInit(), and macWaitReceiveDescriptor().