@brief Check if this is an SPI chipset
| 103 | |
| 104 | /// @brief Check if this is an SPI chipset |
| 105 | bool isSpi() const { return mChipset.is<SpiChipsetConfig>(); } |
| 106 | |
| 107 | /// @brief Apply reconfigurable settings from a ChannelConfig |
| 108 | /// @param config The configuration to apply |
no outgoing calls