Function RP2040::from_string(const char *, IO_QSPI_OVER&)#
Defined in File IO_QSPI_OVER.h
Function Documentation#
-
inline bool RP2040::from_string(const char *data, IO_QSPI_OVER &output)#
Converts a C string to IO_QSPI_OVER.
- Parameters:
data – [in] A C string to convert.
output – [out] The enumeration element to write.
- Returns:
Whether or not the output was written.