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

◆ fastset()

template<uint8_t PIN>
static void FastPin< PIN >::fastset ( FASTLED_REGISTER port_ptr_t port,
FASTLED_REGISTER port_t val )
inlinestatic

Set the state of a port.

Parameters
portthe port to modify
valthe state to set the port to

Definition at line 257 of file fastpin.h.

257{ *port = val; }
static port_ptr_t port()
Get the output state of the port.
Definition fastpin.h:264
The simplest level of Pin class.
Definition fastpin.h:217

Referenced by AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeBit(), and AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeBit().

+ Here is the caller graph for this function: