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