Searched refs:_pin_mosi (Results 1 – 3 of 3) sorted by relevance
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_spis.h | 121 #define NRFX_SPIS_DEFAULT_CONFIG(_pin_sck, _pin_mosi, _pin_miso, _pin_csn) \ argument 124 .mosi_pin = _pin_mosi, \
|
A D | nrfx_spi.h | 126 #define NRFX_SPI_DEFAULT_CONFIG(_pin_sck, _pin_mosi, _pin_miso, _pin_ss) \ argument 129 .mosi_pin = _pin_mosi, \
|
A D | nrfx_spim.h | 165 #define NRFX_SPIM_DEFAULT_CONFIG(_pin_sck, _pin_mosi, _pin_miso, _pin_ss) \ argument 168 .mosi_pin = _pin_mosi, \
|
Completed in 4 milliseconds