Struct holding all parameters needed for device initialization.  
 More...
Struct holding all parameters needed for device initialization. 
Definition at line 73 of file cc2420.h.
 
#include <cc2420.h>
 | 
| spi_t  | spi | 
|   | SPI bus the device is connected to.  
  | 
|   | 
| spi_clk_t  | spi_clk | 
|   | SPI speed to use.  
  | 
|   | 
| gpio_t  | pin_cs | 
|   | pin connected to chip select  
  | 
|   | 
| gpio_t  | pin_fifo | 
|   | pin connected to the FIFO interrupt pin  
  | 
|   | 
| gpio_t  | pin_fifop | 
|   | pin connected to the FIFOP interrupt pin  
  | 
|   | 
| gpio_t  | pin_cca | 
|   | pin connected to CCA  
  | 
|   | 
| gpio_t  | pin_sfd | 
|   | pin connected to 'start of frame delimiter'  
  | 
|   | 
| gpio_t  | pin_vrefen | 
|   | pin connected to the Vref enable pin  
  | 
|   | 
| gpio_t  | pin_reset | 
|   | pin connected to the reset pin  
  | 
|   | 
◆ pin_cca
      
        
          | gpio_t cc2420_params::pin_cca | 
        
      
 
pin connected to CCA 
Definition at line 79 of file cc2420.h.
 
 
◆ pin_cs
      
        
          | gpio_t cc2420_params::pin_cs | 
        
      
 
pin connected to chip select 
Definition at line 76 of file cc2420.h.
 
 
◆ pin_fifo
      
        
          | gpio_t cc2420_params::pin_fifo | 
        
      
 
pin connected to the FIFO interrupt pin 
Definition at line 77 of file cc2420.h.
 
 
◆ pin_fifop
      
        
          | gpio_t cc2420_params::pin_fifop | 
        
      
 
pin connected to the FIFOP interrupt pin 
Definition at line 78 of file cc2420.h.
 
 
◆ pin_reset
      
        
          | gpio_t cc2420_params::pin_reset | 
        
      
 
pin connected to the reset pin 
Definition at line 82 of file cc2420.h.
 
 
◆ pin_sfd
      
        
          | gpio_t cc2420_params::pin_sfd | 
        
      
 
pin connected to 'start of frame delimiter' 
Definition at line 80 of file cc2420.h.
 
 
◆ pin_vrefen
      
        
          | gpio_t cc2420_params::pin_vrefen | 
        
      
 
pin connected to the Vref enable pin 
Definition at line 81 of file cc2420.h.
 
 
◆ spi
SPI bus the device is connected to. 
Definition at line 74 of file cc2420.h.
 
 
◆ spi_clk
SPI speed to use. 
Definition at line 75 of file cc2420.h.
 
 
The documentation for this struct was generated from the following file: