Function RP2040::from_string(const char *, ROSC_DIV_DIV&)#

Function Documentation#

inline bool RP2040::from_string(const char *data, ROSC_DIV_DIV &output)#

Converts a C string to ROSC_DIV_DIV.

Parameters
  • data[in] A C string to convert.

  • output[out] The enumeration element to write.

Returns

Whether or not the output was written.