| 
    Argon RTOS
    1.3.0
    
   Tiny embedded real-time kernel 
   | 
 
#include <ar_kernel.h>
 Inheritance diagram for ar_channel_t:Channel.
 Collaboration diagram for ar_channel_t:Public Attributes | |
| ar_list_t | m_blockedReceivers | 
| List of blocked receiver threads.  | |
| ar_list_t | m_blockedSenders | 
| List of blocked sender threads.  | |
| const char * | m_name | 
| Name of the channel.  | |
| uint32_t | m_width | 
| Size in bytes of the channel's data.  | |