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