This is the complete list of members for SPI, including all inherited members.
busy_ | SPI | private |
c_ | SPI | private |
cs_ | SPI | private |
disable(GPIO &cs) | SPI | |
DMA_InitStructure_ | SPI | private |
enable(GPIO &cs) | SPI | |
errors_ | SPI | private |
in_buffer_ptr_ | SPI | private |
init(const spi_hardware_struct_t *conf) | SPI | |
is_busy() | SPI | inline |
miso_ | SPI | private |
mosi_ | SPI | private |
num_bytes_ | SPI | private |
out_buffer_ptr_ | SPI | private |
perform_transfer() | SPI | private |
sck_ | SPI | private |
set_divisor(uint16_t new_divisor) | SPI | |
transfer(uint8_t *out_data, uint32_t num_bytes, uint8_t *in_data, GPIO *cs=NULL, void(*cb)(void)=NULL) | SPI | |
transfer_byte(uint8_t data, GPIO *cs=NULL) | SPI | |
transfer_cb_ | SPI | private |
transfer_complete_cb() | SPI | |
write(const uint8_t *out_data, uint32_t num_bytes, GPIO *cs=NULL) | SPI |