|
px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
|
Internal data for each SPI peripheral. More...
Data Fields | |
| SPI_TypeDef * | spi_base_adr |
| SPI peripheral base register address. More... | |
| DMA_Channel_TypeDef * | dma_rx_base_adr |
| DMA RX channel base register address. More... | |
| DMA_Channel_TypeDef * | dma_tx_base_adr |
| DMA TX channel base register address. More... | |
| px_spi_nr_t | spi_nr |
| Peripheral number. More... | |
| uint8_t | open_counter |
| Number of open handles referencing peripheral. More... | |
Internal data for each SPI peripheral.
Internal data for each SPI handle.
| SPI_TypeDef* px_spi_per_t::spi_base_adr |
| DMA_Channel_TypeDef* px_spi_per_t::dma_rx_base_adr |
| DMA_Channel_TypeDef* px_spi_per_t::dma_tx_base_adr |
| px_spi_nr_t px_spi_per_t::spi_nr |
| uint8_t px_spi_per_t::open_counter |