Function RP2040::from_string(const char *, DMA_CH9_CTRL_TRIG_RING_SIZE&)#

Function Documentation#

inline bool RP2040::from_string(const char *data, DMA_CH9_CTRL_TRIG_RING_SIZE &output)#

Converts a C string to DMA_CH9_CTRL_TRIG_RING_SIZE.

Parameters
  • data[in] A C string to convert.

  • output[out] The enumeration element to write.

Returns

Whether or not the output was written.