@@ -6022,15 +6022,6 @@ extern "C" {
60226022#define SOC_ETM_ADC_TASK_SAMPLE0_ST_M (SOC_ETM_ADC_TASK_SAMPLE0_ST_V << SOC_ETM_ADC_TASK_SAMPLE0_ST_S)
60236023#define SOC_ETM_ADC_TASK_SAMPLE0_ST_V 0x00000001U
60246024#define SOC_ETM_ADC_TASK_SAMPLE0_ST_S 4
6025- /** SOC_ETM_ADC_TASK_SAMPLE1_ST : R/WTC/SS; bitpos: [5]; default: 0;
6026- * Represents ADC_TASK_SAMPLE1 trigger status.
6027- * 0: Not triggered
6028- * 1: Triggered
6029- */
6030- #define SOC_ETM_ADC_TASK_SAMPLE1_ST (BIT(5))
6031- #define SOC_ETM_ADC_TASK_SAMPLE1_ST_M (SOC_ETM_ADC_TASK_SAMPLE1_ST_V << SOC_ETM_ADC_TASK_SAMPLE1_ST_S)
6032- #define SOC_ETM_ADC_TASK_SAMPLE1_ST_V 0x00000001U
6033- #define SOC_ETM_ADC_TASK_SAMPLE1_ST_S 5
60346025/** SOC_ETM_ADC_TASK_START0_ST : R/WTC/SS; bitpos: [6]; default: 0;
60356026 * Represents ADC_TASK_START0 trigger status.
60366027 * 0: Not triggered
@@ -6180,15 +6171,6 @@ extern "C" {
61806171#define SOC_ETM_ADC_TASK_SAMPLE0_ST_CLR_M (SOC_ETM_ADC_TASK_SAMPLE0_ST_CLR_V << SOC_ETM_ADC_TASK_SAMPLE0_ST_CLR_S)
61816172#define SOC_ETM_ADC_TASK_SAMPLE0_ST_CLR_V 0x00000001U
61826173#define SOC_ETM_ADC_TASK_SAMPLE0_ST_CLR_S 4
6183- /** SOC_ETM_ADC_TASK_SAMPLE1_ST_CLR : WT; bitpos: [5]; default: 0;
6184- * Configures whether or not to clear ADC_TASK_SAMPLE1 trigger status.
6185- * 0: Invalid. No effect
6186- * 1: Clear
6187- */
6188- #define SOC_ETM_ADC_TASK_SAMPLE1_ST_CLR (BIT(5))
6189- #define SOC_ETM_ADC_TASK_SAMPLE1_ST_CLR_M (SOC_ETM_ADC_TASK_SAMPLE1_ST_CLR_V << SOC_ETM_ADC_TASK_SAMPLE1_ST_CLR_S)
6190- #define SOC_ETM_ADC_TASK_SAMPLE1_ST_CLR_V 0x00000001U
6191- #define SOC_ETM_ADC_TASK_SAMPLE1_ST_CLR_S 5
61926174/** SOC_ETM_ADC_TASK_START0_ST_CLR : WT; bitpos: [6]; default: 0;
61936175 * Configures whether or not to clear ADC_TASK_START0 trigger status.
61946176 * 0: Invalid. No effect
0 commit comments