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

◆ writeBytesValueRaw()

template<uint8_t _DATA_PIN, uint8_t _CLOCK_PIN, uint32_t _SPI_CLOCK_DIVIDER>
static void REFHardwareSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::writeBytesValueRaw ( uint8_t value,
int len )
inlinestatic

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

Definition at line 48 of file fastspi_ref.h.

48 {
49 while(len--) { writeByte(value); }
50 }
static void writeByte(uint8_t b)
write a byte out via SPI (returns immediately on writing register)
Definition fastspi_ref.h:42
A skeletal implementation of hardware SPI support.
Definition fastspi_ref.h:16

References writeByte().

Referenced by writeBytesValue().

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