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