File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -179,12 +179,20 @@ pub struct ITMSettings {
179
179
pub enum ITMConfigurationError {
180
180
/// Global timestamp generation is not supported on this target.
181
181
/// Request [GlobalTimestampOptions::Disabled] instead.
182
+ ///
183
+ /// `ITM_TCR` register remains unchanged on this error.
182
184
GTS ,
183
185
/// The requested timestamp clock source is not supported on this target.
186
+ ///
187
+ /// *NOTE*: `ITM_TCR.GTSFREQ` field has potentially been changed on
188
+ /// this error.
184
189
TimestampClkSrc ,
185
190
/// The target does not implement the local timestamp prescaler.
186
191
/// Request [LocalTimestampOptions::Disabled] or
187
192
/// [LocalTimestampOptions::Disabled] instead.
193
+ ///
194
+ /// *NOTE*: `ITM_TCR.{GTSFREQ,SWOENA}` fields have potentially
195
+ /// changed on this error.
188
196
TSPrescale ,
189
197
}
190
198
You can’t perform that action at this time.
0 commit comments