FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices::WinBond< CS >::Status Struct Reference

This type maps WinBond Status register (§6.1) to more readable pieces. More...

#include <fastarduino/devices/winbond.h>

Friends

class WinBond< CS >
 

Detailed Description

template<board::DigitalPin CS>
struct devices::WinBond< CS >::Status

This type maps WinBond Status register (§6.1) to more readable pieces.

Note however that some bits (LB1-3, QE) are not mapped to understanble methods but can be tested directly on value field.

See also
status()

Definition at line 113 of file winbond.h.

Friends And Related Function Documentation

◆ WinBond< CS >

template<board::DigitalPin CS>
friend class WinBond< CS >
friend

Definition at line 157 of file winbond.h.


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