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