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