FastLED 3.9.15
Loading...
Searching...
No Matches

◆ writeBytesValueRaw()

template<fl::u8 _DATA_PIN, fl::u8 _CLOCK_PIN, fl::u32 _SPI_CLOCK_DIVIDER>
static void REFHardwareSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::writeBytesValueRaw ( fl::u8 value,
int len )
inlinestatic

A raw set of writing byte values, assumes setup/init/waiting done elsewhere.

Definition at line 51 of file fastspi_ref.h.

51 {
52 while(len--) { writeByte(value); }
53 }
static void writeByte(fl::u8 b)
write a byte out via SPI (returns immediately on writing register)
Definition fastspi_ref.h:45
A skeletal implementation of hardware SPI support.
Definition fastspi_ref.h:19

References writeByte().

Referenced by writeBytesValue().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: