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

Function Documentation#

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

Converts a C string to BUSCTRL_PERFSEL3_PERFSEL3.

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

  • output[out] The enumeration element to write.

Returns

Whether or not the output was written.