define DC pins More...
#include <app_graphics_dc.h>
Public Attributes | |
app_graphics_dc_pin_t | csn |
app_graphics_dc_pin_t | clk |
app_graphics_dc_pin_t | io0 |
app_graphics_dc_pin_t | io1 |
app_graphics_dc_pin_t | io2 |
app_graphics_dc_pin_t | io3 |
app_graphics_dc_pin_t | dcx |
define DC pins
Definition at line 140 of file app_graphics_dc.h.
app_graphics_dc_pin_t app_graphics_dc_pins_t::clk |
Set the configuration of QSPI CLK pin.
Definition at line 143 of file app_graphics_dc.h.
app_graphics_dc_pin_t app_graphics_dc_pins_t::csn |
Set the configuration of QSPI CS pin.
Definition at line 142 of file app_graphics_dc.h.
app_graphics_dc_pin_t app_graphics_dc_pins_t::dcx |
Set the configuration of QSPI IO3 pin.
Definition at line 148 of file app_graphics_dc.h.
app_graphics_dc_pin_t app_graphics_dc_pins_t::io0 |
Set the configuration of QSPI IO0 pin.
Definition at line 144 of file app_graphics_dc.h.
app_graphics_dc_pin_t app_graphics_dc_pins_t::io1 |
Set the configuration of QSPI IO1 pin.
Definition at line 145 of file app_graphics_dc.h.
app_graphics_dc_pin_t app_graphics_dc_pins_t::io2 |
Set the configuration of QSPI IO2 pin.
Definition at line 146 of file app_graphics_dc.h.
app_graphics_dc_pin_t app_graphics_dc_pins_t::io3 |
Set the configuration of QSPI IO3 pin.
Definition at line 147 of file app_graphics_dc.h.