Function RP2040::from_string(const char *, BUSCTRL_PERFSEL1_PERFSEL1&)#
Defined in File BUSCTRL_PERFSEL1_PERFSEL1.h
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.