Nut/OS  5.0.5
API Reference
_NUTSPINODE Struct Reference

SPI node structure. More...

#include <spibus.h>

Collaboration diagram for _NUTSPINODE:
[legend]

Data Fields

NUTSPIBUSnode_bus
 Pointer to the bus controller driver.
void * node_stat
 Pointer to the bus driver's device control block.
uint_fast32_t node_rate
 SPI clock rate.
uint_fast16_t node_mode
 SPI mode.
uint_fast8_t node_bits
 SPI data bits.
uint_fast8_t node_cs
 Chip select.
void * node_dcb
 Pointer to the node driver's device control block.

Detailed Description

SPI node structure.


Field Documentation

Pointer to the node driver's device control block.

Statically configured in most cases.

Referenced by At45dNodeLock(), and At45dNodeUnlock().


The documentation for this struct was generated from the following file: