@brief Get access to underlying device (for advanced operations) @returns Pointer to device (nullptr if !ok())
| 136 | /// @brief Get access to underlying device (for advanced operations) |
| 137 | /// @returns Pointer to device (nullptr if !ok()) |
| 138 | spi::MultiLaneDevice* get() { return device.get(); } |
| 139 | const spi::MultiLaneDevice* get() const { return device.get(); } |
| 140 | |
| 141 | private: |
no outgoing calls
no test coverage detected