RN2483/RN2903 device descriptor.  
 More...
RN2483/RN2903 device descriptor. 
Definition at line 164 of file rn2xx3.h.
 
#include <rn2xx3.h>
◆ cmd_buf
command to send data buffer 
Definition at line 171 of file rn2xx3.h.
 
 
◆ cmd_lock
mutex to allow only one command at a time 
Definition at line 172 of file rn2xx3.h.
 
 
◆ int_state
      
        
          | uint8_t rn2xx3_t::int_state | 
        
      
 
current state of the device 
Definition at line 174 of file rn2xx3.h.
 
 
◆ loramac
loramac communication settings 
Definition at line 168 of file rn2xx3.h.
 
 
◆ netdev
Netdev parent struct. 
Definition at line 165 of file rn2xx3.h.
 
 
configuration parameters 
Definition at line 167 of file rn2xx3.h.
 
 
◆ resp_buf
command response data buffer 
Definition at line 179 of file rn2xx3.h.
 
 
◆ resp_done
      
        
          | uint8_t rn2xx3_t::resp_done | 
        
      
 
check if response has completed 
Definition at line 181 of file rn2xx3.h.
 
 
◆ resp_lock
mutex for waiting for command response 
Definition at line 177 of file rn2xx3.h.
 
 
◆ resp_size
      
        
          | uint16_t rn2xx3_t::resp_size | 
        
      
 
counter for received char in response 
Definition at line 180 of file rn2xx3.h.
 
 
◆ rx_buf
RX data buffer. 
Definition at line 187 of file rn2xx3.h.
 
 
◆ rx_size
      
        
          | uint16_t rn2xx3_t::rx_size | 
        
      
 
counter for received char in RX 
Definition at line 188 of file rn2xx3.h.
 
 
◆ rx_tmp_buf
      
        
          | char rn2xx3_t::rx_tmp_buf[2] | 
        
      
 
Temporary RX buffer used to convert 2 hex characters in one byte on the fly. 
Definition at line 184 of file rn2xx3.h.
 
 
◆ sleep
module sleep duration 
Definition at line 192 of file rn2xx3.h.
 
 
◆ sleep_timer
The documentation for this struct was generated from the following file: