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

Function Documentation#

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

Converts a C string to BUSCTRL_PERFSEL1_PERFSEL1.

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

  • output[out] The enumeration element to write.

Returns

Whether or not the output was written.