AM263x MCU+ SDK  08.05.00
stc/v0/sdl_stc.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (C) 2022 Texas Instruments Incorporated.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  *
8  * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  *
11  * Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the
14  * distribution.
15  *
16  * Neither the name of Texas Instruments Incorporated nor the names of
17  * its contributors may be used to endorse or promote products derived
18  * from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  *
32  * Name : sdl_stc.h
33 */
51 #ifndef SDL_STC_H_
52 #define SDL_STC_H_
53 
54 #ifdef __cplusplus
55 extern "C"
56 {
57 #endif
58 
59 /* ========================================================================== */
60 /* Include Files */
61 /* ========================================================================== */
62 
63 
64 #include <stdbool.h>
65 #include <stdint.h>
66 #include <sdl/include/hw_types.h>
67 #include <sdl/include/sdl_types.h>
68 #include <sdl/sdlr.h>
69 #include <sdl/stc/v0/soc/sdl_soc_stc.h>
70 
71 
95 /**************************************************************************
96 * STC Parameters:
97 **************************************************************************/
104 /*
105 * STC Parameters R5F
106 */
107 
108 #define STC_MSS_INTERVAL_NUM (uint32_t)(1U)
109 #define STC_MSS_LP_SCAN_MODE (uint32_t)(0U)
110 #define STC_MSS_CODEC_SPREAD_MODE (uint32_t)(1U)
111 #define STC_MSS_CAP_IDLE_CYCLE (uint32_t)(3U)
112 #define STC_MSS_SCANEN_HIGH_CAP_IDLE_CYCLE (uint32_t)(3U)
113 #define STC_MSS_MAX_RUN_TIME (uint32_t)(0xFFFFFFFFU)
114 #define STC_MSS_CLK_DIV (uint32_t)(1U)
115 #define STC_ROM_START_ADDRESS (uint32_t)(0U)
116 #define STC_pROM_START_ADDRESS (uint32_t)(1U)
117 
118 
119 /*
120 * STC Parameters DSP
121 */
122 
123 #define STC_DSS_INTERVAL_NUM (uint32_t)(2U)
124 #define STC_DSS_LP_SCAN_MODE (uint32_t)(0U)
125 #define STC_DSS_CODEC_SPREAD_MODE (uint32_t)(1U)
126 #define STC_DSS_CAP_IDLE_CYCLE (uint32_t)(3U)
127 #define STC_DSS_SCANEN_HIGH_CAP_IDLE_CYCLE (uint32_t)(3U)
128 #define STC_DSS_MAX_RUN_TIME (uint32_t)(0x13332U)
129 #define STC_DSS_CLK_DIV (uint32_t)(1U)
130 #define STC_ROM_START_ADDRESS (uint32_t)(0U)
131 #define STC_pROM_START_ADDRESS (uint32_t)(1U)
132 
133 
134 
138 /* ========================================================================== */
139 /* Structures */
140 /* ========================================================================== */
141 
142 
152 typedef struct
153 {
155  uint32_t lpScanMode;
157  uint32_t codecSpreadMode;
159  uint32_t capIdleCycle;
162 
163 }__attribute__((packed))
164 SDL_STC_ScanModeconfig;
165 
166 typedef struct
167 {
169  uint32_t intervalNum;
171  uint32_t maxRunTime;
173  uint32_t clkDiv;
175  uint32_t romStartAddress;
177  uint32_t pRomStartAdd;
179  uint32_t faultInsert;
181  uint32_t stcDiagnostic;
183  SDL_STC_ScanModeconfig modeConfig;
184 
185 } __attribute__((packed))
186 SDL_STC_Config;
187 
196 typedef enum
197 {
208 
210 
211 typedef enum
212 {
217 
219 
223 /* ========================================================================== */
224 /* Global Variables */
225 /* ========================================================================== */
226 
227 /* None */
228 
229 
230 /* ========================================================================== */
231 /* Function Declarations */
232 /* ========================================================================== */
233 
250  int32_t SDL_STC_getStatus(SDL_STC_Inst instance);
251 
266 int32_t SDL_STC_selfTest(SDL_STC_Inst instance, SDL_STC_TestType testType,SDL_STC_Config *pConfig);
280 static int32_t SDL_STC_configure(SDL_STC_Inst instance, SDL_STC_Config *pConfig, SDL_STC_TestType testType);
288 static int32_t SDL_STC_runTest(SDL_STC_Inst instance );
296 static void SDL_STC_delay(int32_t count);
297 
302 /**************************************************************************
303 * Register Overlay Structure
304 **************************************************************************/
305 
306 typedef struct
307 {
309  volatile uint32_t STCGCR0;
311  volatile uint32_t STCGCR1;
313  volatile uint32_t STCTPR;
315  volatile uint32_t STC_CADDR;
317  volatile uint32_t STCCICR;
319  volatile uint32_t STCGSTAT;
321  volatile uint32_t STCFSTAT;
323  volatile uint32_t STCSCSCR;
325  volatile uint32_t STC_CADDR2;
327  volatile uint32_t STC_CLKDIV;
329  volatile uint32_t STC_SEGPLR;
331  volatile uint32_t SEG0_START_ADDR;
333  volatile uint32_t SEG1_START_ADDR;
335  volatile uint32_t SEG2_START_ADDR;
337  volatile uint32_t SEG3_START_ADDR;
338 
339 
341  volatile uint32_t CORE1_CURMISR_0;
343  volatile uint32_t CORE1_CURMISR_1;
345  volatile uint32_t CORE1_CURMISR_2;
347  volatile uint32_t CORE1_CURMISR_3;
349  volatile uint32_t CORE1_CURMISR_4;
351  volatile uint32_t CORE1_CURMISR_5;
353  volatile uint32_t CORE1_CURMISR_6;
355  volatile uint32_t CORE1_CURMISR_7;
357  volatile uint32_t CORE1_CURMISR_8;
359  volatile uint32_t CORE1_CURMISR_9;
361  volatile uint32_t CORE1_CURMISR_10;
363  volatile uint32_t CORE1_CURMISR_11;
365  volatile uint32_t CORE1_CURMISR_12;
367  volatile uint32_t CORE1_CURMISR_13;
369  volatile uint32_t CORE1_CURMISR_14;
371  volatile uint32_t CORE1_CURMISR_15;
373  volatile uint32_t CORE1_CURMISR_16;
375  volatile uint32_t CORE1_CURMISR_17;
377  volatile uint32_t CORE1_CURMISR_18;
379  volatile uint32_t CORE1_CURMISR_19;
381  volatile uint32_t CORE1_CURMISR_20;
383  volatile uint32_t CORE1_CURMISR_21;
385  volatile uint32_t CORE1_CURMISR_22;
387  volatile uint32_t CORE1_CURMISR_23;
389  volatile uint32_t CORE1_CURMISR_24;
391  volatile uint32_t CORE1_CURMISR_25;
393  volatile uint32_t CORE1_CURMISR_26;
395  volatile uint32_t CORE1_CURMISR_27;
396 
397 } SDL_stcRegs;
398 
399 
400 
401 /**************************************************************************
402 * Register Macros
403 **************************************************************************/
404 
405 #define SDL_STC_STCGCR0 (0x00000000U)
406 #define SDL_STC_STCGCR1 (0x00000004U)
407 #define SDL_STC_STCTPR (0x00000008U)
408 #define SDL_STC_CADDR (0x0000000CU)
409 #define SDL_STC_STCCICR (0x00000010U)
410 #define SDL_STC_STCGSTAT (0x00000014U)
411 #define SDL_STC_STCFSTAT (0x00000018U)
412 #define SDL_STC_STCSCSCR (0x0000001CU)
413 #define SDL_STC_CADDR2 (0x00000020U)
414 #define SDL_STC_CLKDIV (0x00000024U)
415 #define SDL_STC_SEGPLR (0x00000028U)
416 #define SDL_STC_SEG0_START_ADDR (0x0000002CU)
417 #define SDL_STC_SEG1_START_ADDR (0x00000030U)
418 #define SDL_STC_SEG2_START_ADDR (0x00000034U)
419 #define SDL_STC_SEG3_START_ADDR (0x00000038U)
420 
421 
422 /**************************************************************************
423 * Field Definition Macros
424 **************************************************************************/
425 
426 
427 /* STC_CTRL0 */
428 
429 #define SDL_STC_STCGCR0_INTCOUNT_B16_MASK (0xFFFF0000U)
430 #define SDL_STC_STCGCR0_INTCOUNT_B16_SHIFT (16U)
431 #define SDL_STC_STCGCR0_INTCOUNT_B16_MAX (0xFFFF0000U)
432 
433 #define SDL_STC_STCGCR0_CAP_IDLE_CYCLE_MASK (0x00000700U)
434 #define SDL_STC_STCGCR0_CAP_IDLE_CYCLE_SHIFT (8U)
435 #define SDL_STC_STCGCR0_CAP_IDLE_CYCLE_MAX (0x00000700U)
436 
437 #define SDL_STC_STCGCR0_SCANEN_HIGH_CAP_IDLE_CYCLE_MASK (0x000000E0U)
438 #define SDL_STC_STCGCR0_SCANEN_HIGH_CAP_IDLE_CYCLE_SHIFT (5U)
439 #define SDL_STC_STCGCR0_SCANEN_HIGH_CAP_IDLE_CYCLE_MAX (0x000000E0U)
440 
441 #define SDL_STC_STCGCR0_RS_CNT_B1_MASK (0x00000003U)
442 #define SDL_STC_STCGCR0_RS_CNT_B1_SHIFT (0U)
443 
444 
445 /* STC_CTRL1 */
446 
447 #define SDL_STC_SEG0_CORE_SEL_MASK (0x00000F00U)
448 #define SDL_STC_SEG0_CORE_SEL_SHIFT (8U)
449 #define SDL_STC_SEG0_CORE_SEL_ENABLE (0x1U)
450 
451 
452 #define SDL_STC_CODEC_SPREAD_MODE_MASK (0x00000040U)
453 #define SDL_STC_CODEC_SPREAD_MODE_SHIFT (6U)
454 #define SDL_STC_CODEC_SPREAD_MODE_ENABLE (0x1U)
455 #define SDL_STC_CODEC_SPREAD_MODE_DISABLE (0x0U)
456 
457 #define SDL_STC_LP_SCAN_MODE_MASK (0x00000020U)
458 #define SDL_STC_LP_SCAN_MODE_SHIFT (5U)
459 #define SDL_STC_LP_SCAN_MODE_ENABLE (0x1U)
460 #define SDL_STC_LP_SCAN_MODE_DISABLE (0x0U)
461 
462 
463 #define SDL_STC_ROM_ACCESS_INV_MASK (0x00000010U)
464 #define SDL_STC_ROM_ACCESS_INV_SHIFT (4U)
465 #define SDL_STC_ROM_ACCESS_INV_DISABLE (0x0U)
466 
467 #define SDL_STC_ST_ENA_B4_MASK (0x0000000FU)
468 #define SDL_STC_ST_ENA_B4_SHIFT (0x00000000U)
469 #define SDL_STC_ST_ENA_B4_ENABLE (0xAU)
470 
471 
472 
473 /* STC_STCTPR */
474 
475 #define SDL_STC_TO_PRELOAD_MASK (0xFFFFFFFFU)
476 #define SDL_STC_TO_PRELOAD_SHIFT (0x00000000U)
477 #define SDL_STC_TO_PRELOAD_MAX (0xFFFFFFFFU)
478 
479 /* STC_CADDR */
480 
481 #define SDL_STC_ADDR1_MASK (0xFFFFFFFFU)
482 #define SDL_STC_ADDR1_SHIFT (0x00000000U)
483 
484 
485 /* STC_STCCICR */
486 
487 #define SDL_STC_CORE2_ICOUNT_MASK (0xFFFF0000U)
488 #define SDL_STC_CORE2_ICOUNT_SHIFT (16U)
489 
490 #define SDL_STC_CORE1_ICOUNT_MASK (0x0000FFFFU)
491 #define SDL_STC_CORE1_ICOUNT_SHIFT (0x00000000U)
492 
493 
494 /* STC_STCGSTAT */
495 
496 #define SDL_STC_ST_ACTIVE_MASK (0x00000F00U)
497 #define SDL_STC_ST_ACTIVE_SHIFT (8U)
498 #define SDL_STC_ST_ACTIVE_ENABLE (0xAU)
499 
500 
501 #define SDL_STC_TEST_FAIL_MASK (0x00000002U)
502 #define SDL_STC_TEST_FAIL_SHIFT (1U)
503 #define SDL_STC_TEST_FAIL_ENABLE (0x1U)
504 #define SDL_STC_TEST_FAIL_DISABLE (0x0U)
505 
506 #define SDL_STC_TEST_DONE_MASK (0x00000001U)
507 #define SDL_STC_TEST_DONE_SHIFT (0U)
508 #define SDL_STC_TEST_DONE_ENABLE (0x1U)
509 #define SDL_STC_TEST_DONE_DISABLE (0x0U)
510 
511 /* STC_STCFSTAT */
512 
513 #define SDL_STC_FSEG_ID_MASK (0x00000018U)
514 #define SDL_STC_FSEG_ID_SHIFT (3U)
515 
516 
517 #define SDL_STC_TO_ER_B1_MASK (0x00000004U)
518 #define SDL_STC_TO_ER_B1_SHIFT (2U)
519 #define SDL_STC_TO_ER_B1_ENABLE (0x1U)
520 #define SDL_STC_TO_ER_B1_DISABLE (0x0U)
521 
522 #define SDL_STC_CPU2_FAIL_B1_MASK (0x00000002U)
523 #define SDL_STC_CPU2_FAIL_B1_SHIFT (0x1U)
524 #define SDL_STC_CPU2_FAIL_B1_ENABLE (0x1U)
525 #define SDL_STC_CPU2_FAIL_B1_DISABLE (0x0U)
526 
527 #define SDL_STC_CPU1_FAIL_B1_MASK (0x00000001U)
528 #define SDL_STC_CPU1_FAIL_B1_SHIFT (0U)
529 #define SDL_STC_CPU1_FAIL_B1_ENABLE (0x1U)
530 #define SDL_STC_CPU1_FAIL_B1_DISABLE (0x0U)
531 
532 /* STCSCSCR */
533 
534 #define SDL_STC_FAULT_INS_B1_MASK (0x00000010U)
535 #define SDL_STC_FAULT_INS_B1_SHIFT (4U)
536 #define SDL_STC_FAULT_INS_B1_ENABLE (0x1U)
537 #define SDL_STC_FAULT_INS_B1_DISABLE (0x0U)
538 
539 
540 #define SDL_STC_SELF_CHECK_KEY_B4_MASK (0x0000000FU)
541 #define SDL_STC_SELF_CHECK_KEY_B4_SHIFT (0U)
542 #define SDL_STC_SELF_CHECK_KEY_B4_ENABLE (0xAU)
543 #define SDL_STC_SELF_CHECK_KEY_B4_DISABLE (0U)
544 
545 
546 
547 /* STC_CADDR2 */
548 
549 #define SDL_STC_ADDR2_MASK (0xFFFFFFFFU)
550 #define SDL_STC_ADDR2_SHIFT (0x00000000U)
551 
552 /* STC_CLKDIV */
553 
554 #define SDL_STC_CLKDIV0_MASK (0x07000000U)
555 #define SDL_STC_CLKDIV0_SHIFT (24U)
556 #define SDL_STC_CLKDIV1_MASK (0x00070000U)
557 #define SDL_STC_CLKDIV1_SHIFT (16U)
558 #define SDL_STC_CLKDIV2_MASK (0x00000700U)
559 #define SDL_STC_CLKDIV2_SHIFT (8U)
560 #define SDL_STC_CLKDIV3_MASK (0x00000007U)
561 #define SDL_STC_CLKDIV3_SHIFT (0U)
562 
563 /* STC_SEGPLR */
564 
565 #define SDL_STC_SEGPLR_MASK (0x00000003U)
566 #define SDL_STC_SEGPLR_SHIFT (0U)
567 
568 /* SEG0_START_ADDR */
569 
570 #define SDL_STC_SEG0_START_ADDR_MASK (0x000FFFFFU)
571 #define SDL_STC_SEG0_START_ADDR_SHIFT (0U)
572 
573 /* SEG1_START_ADDR */
574 
575 #define SDL_STC_SEG1_START_ADDR0_MASK (0x000FFFFFU)
576 #define SDL_STC_SEG1_START_ADDR0_SHIFT (0U)
577 
578 /* SEG2_START_ADDR */
579 
580 #define SDL_STC_SEG2_START_ADDR0_MASK (0x000FFFFFU)
581 #define SDL_STC_SEG2_START_ADDR0_SHIFT (0U)
582 
583 /* SEG3_START_ADDR */
584 
585 #define SDL_STC_SEG3_START_ADDR0_MASK (0x000FFFFFU)
586 #define SDL_STC_SEG3_START_ADDR0_SHIFT (0U)
587 
588 /* MSS_RCM */
589 #define SDL_MSS_STC_RESET_MASK (0x00000004U)
590 #define SDL_MSS_STC_RESET_SHIFT (2U)
591 
592 #define SDL_MSS_STC_RESET_CLEAR_MASK (0x00000007)
593 #define SDL_MSS_STC_RESET_CLEAR_SHIFT (0U)
594 #define SDL_MSS_STC_RESET_CLEAR_ENABLE (0x7U)
595 
596 /* DSS_RCM */
597 #define SDL_DSS_STC_RESET_MASK (0x00000020U)
598 #define SDL_DSS_STC_RESET_SHIFT (5U)
599 
600 #ifdef __cplusplus
601 }
602 #endif
603 #endif /* SDLR_STC_H_ */
SDL_STC_COMPLETED_FAILURE
@ SDL_STC_COMPLETED_FAILURE
Definition: stc/v0/sdl_stc.h:201
SDL_stcRegs::CORE1_CURMISR_8
volatile uint32_t CORE1_CURMISR_8
Definition: stc/v0/sdl_stc.h:357
SDL_stcRegs::STCSCSCR
volatile uint32_t STCSCSCR
Definition: stc/v0/sdl_stc.h:323
__attribute__::maxRunTime
uint32_t maxRunTime
Definition: stc/v0/sdl_stc.h:171
SDL_STC_COMPLETED_SUCCESS
@ SDL_STC_COMPLETED_SUCCESS
Definition: stc/v0/sdl_stc.h:199
SDL_stcRegs::CORE1_CURMISR_24
volatile uint32_t CORE1_CURMISR_24
Definition: stc/v0/sdl_stc.h:389
SDL_stcRegs::CORE1_CURMISR_13
volatile uint32_t CORE1_CURMISR_13
Definition: stc/v0/sdl_stc.h:367
SDL_stcRegs::CORE1_CURMISR_4
volatile uint32_t CORE1_CURMISR_4
Definition: stc/v0/sdl_stc.h:349
SDL_STC_getStatus
int32_t SDL_STC_getStatus(SDL_STC_Inst instance)
This API is used to get status for STC result.
__attribute__::intervalNum
uint32_t intervalNum
Definition: stc/v0/sdl_stc.h:169
SDL_STC_NOT_RUN
@ SDL_STC_NOT_RUN
Definition: stc/v0/sdl_stc.h:205
__attribute__::stcDiagnostic
uint32_t stcDiagnostic
Definition: stc/v0/sdl_stc.h:181
SDL_stcRegs::CORE1_CURMISR_0
volatile uint32_t CORE1_CURMISR_0
Definition: stc/v0/sdl_stc.h:341
SDL_stcRegs::CORE1_CURMISR_14
volatile uint32_t CORE1_CURMISR_14
Definition: stc/v0/sdl_stc.h:369
SDL_stcRegs::CORE1_CURMISR_18
volatile uint32_t CORE1_CURMISR_18
Definition: stc/v0/sdl_stc.h:377
__attribute__::romStartAddress
uint32_t romStartAddress
Definition: stc/v0/sdl_stc.h:175
SDL_stcRegs::SEG0_START_ADDR
volatile uint32_t SEG0_START_ADDR
Definition: stc/v0/sdl_stc.h:331
__attribute__
union HsmVer_t_ __attribute__((packed)) HsmVer_t
type for reading HSMRt version.
SDL_stcRegs::CORE1_CURMISR_21
volatile uint32_t CORE1_CURMISR_21
Definition: stc/v0/sdl_stc.h:383
SDL_stcRegs::CORE1_CURMISR_25
volatile uint32_t CORE1_CURMISR_25
Definition: stc/v0/sdl_stc.h:391
SDL_stcRegs::STC_CADDR2
volatile uint32_t STC_CADDR2
Definition: stc/v0/sdl_stc.h:325
SDL_stcRegs::CORE1_CURMISR_10
volatile uint32_t CORE1_CURMISR_10
Definition: stc/v0/sdl_stc.h:361
SDL_stcRegs::CORE1_CURMISR_3
volatile uint32_t CORE1_CURMISR_3
Definition: stc/v0/sdl_stc.h:347
SDL_stcRegs::CORE1_CURMISR_15
volatile uint32_t CORE1_CURMISR_15
Definition: stc/v0/sdl_stc.h:371
__attribute__::modeConfig
SDL_STC_ScanModeconfig modeConfig
Definition: stc/v0/sdl_stc.h:183
SDL_stcRegs::CORE1_CURMISR_9
volatile uint32_t CORE1_CURMISR_9
Definition: stc/v0/sdl_stc.h:359
SDL_stcRegs::CORE1_CURMISR_11
volatile uint32_t CORE1_CURMISR_11
Definition: stc/v0/sdl_stc.h:363
SDL_STC_Inst
SDL_STC_Inst
Definition: sdl_stc_soc.h:79
SDL_STC_NEG_TEST
@ SDL_STC_NEG_TEST
Definition: stc/v0/sdl_stc.h:216
SDL_STC_TestResult
SDL_STC_TestResult
Definition: stc/v0/sdl_stc.h:197
__attribute__::scanEnHighCap_idleCycle
uint32_t scanEnHighCap_idleCycle
Definition: stc/v0/sdl_stc.h:161
SDL_stcRegs::STCGSTAT
volatile uint32_t STCGSTAT
Definition: stc/v0/sdl_stc.h:319
SDL_stcRegs::CORE1_CURMISR_22
volatile uint32_t CORE1_CURMISR_22
Definition: stc/v0/sdl_stc.h:385
SDL_stcRegs::CORE1_CURMISR_17
volatile uint32_t CORE1_CURMISR_17
Definition: stc/v0/sdl_stc.h:375
__attribute__::codecSpreadMode
uint32_t codecSpreadMode
Definition: stc/v0/sdl_stc.h:157
SDL_STC_runTest
static int32_t SDL_STC_runTest(SDL_STC_Inst instance)
This API is used to enable the STC module.
SDL_stcRegs::CORE1_CURMISR_2
volatile uint32_t CORE1_CURMISR_2
Definition: stc/v0/sdl_stc.h:345
SDL_stcRegs::CORE1_CURMISR_6
volatile uint32_t CORE1_CURMISR_6
Definition: stc/v0/sdl_stc.h:353
SDL_stcRegs::CORE1_CURMISR_7
volatile uint32_t CORE1_CURMISR_7
Definition: stc/v0/sdl_stc.h:355
__attribute__::faultInsert
uint32_t faultInsert
Definition: stc/v0/sdl_stc.h:179
SDL_stcRegs::CORE1_CURMISR_19
volatile uint32_t CORE1_CURMISR_19
Definition: stc/v0/sdl_stc.h:379
__attribute__::pRomStartAdd
uint32_t pRomStartAdd
Definition: stc/v0/sdl_stc.h:177
SDL_STC_NOT_COMPLETED
@ SDL_STC_NOT_COMPLETED
Definition: stc/v0/sdl_stc.h:203
SDL_stcRegs::CORE1_CURMISR_12
volatile uint32_t CORE1_CURMISR_12
Definition: stc/v0/sdl_stc.h:365
SDL_stcRegs::STC_CLKDIV
volatile uint32_t STC_CLKDIV
Definition: stc/v0/sdl_stc.h:327
SDL_stcRegs::SEG1_START_ADDR
volatile uint32_t SEG1_START_ADDR
Definition: stc/v0/sdl_stc.h:333
SDL_STC_selfTest
int32_t SDL_STC_selfTest(SDL_STC_Inst instance, SDL_STC_TestType testType, SDL_STC_Config *pConfig)
This API is used to run the STC module.
SDL_STC_delay
static void SDL_STC_delay(int32_t count)
This API is used to provide delay for processor core.
INVALID_RESULT
@ INVALID_RESULT
Definition: stc/v0/sdl_stc.h:207
SDL_stcRegs::STCTPR
volatile uint32_t STCTPR
Definition: stc/v0/sdl_stc.h:313
__attribute__::lpScanMode
uint32_t lpScanMode
Definition: stc/v0/sdl_stc.h:155
__attribute__::clkDiv
uint32_t clkDiv
Definition: stc/v0/sdl_stc.h:173
SDL_STC_configure
static int32_t SDL_STC_configure(SDL_STC_Inst instance, SDL_STC_Config *pConfig, SDL_STC_TestType testType)
This API is used to configure STC module.
SDL_STC_TEST
@ SDL_STC_TEST
Definition: stc/v0/sdl_stc.h:214
__attribute__::capIdleCycle
uint32_t capIdleCycle
Definition: stc/v0/sdl_stc.h:159
SDL_stcRegs::CORE1_CURMISR_5
volatile uint32_t CORE1_CURMISR_5
Definition: stc/v0/sdl_stc.h:351
SDL_stcRegs::STCGCR1
volatile uint32_t STCGCR1
Definition: stc/v0/sdl_stc.h:311
SDL_stcRegs::STCCICR
volatile uint32_t STCCICR
Definition: stc/v0/sdl_stc.h:317
SDL_stcRegs::CORE1_CURMISR_20
volatile uint32_t CORE1_CURMISR_20
Definition: stc/v0/sdl_stc.h:381
SDL_stcRegs::STCFSTAT
volatile uint32_t STCFSTAT
Definition: stc/v0/sdl_stc.h:321
sdlr.h
This file contains the macro definations for Register layer.
SDL_stcRegs
Definition: stc/v0/sdl_stc.h:307
SDL_stcRegs::CORE1_CURMISR_26
volatile uint32_t CORE1_CURMISR_26
Definition: stc/v0/sdl_stc.h:393
SDL_stcRegs::STC_CADDR
volatile uint32_t STC_CADDR
Definition: stc/v0/sdl_stc.h:315
SDL_stcRegs::SEG3_START_ADDR
volatile uint32_t SEG3_START_ADDR
Definition: stc/v0/sdl_stc.h:337
SDL_stcRegs::CORE1_CURMISR_1
volatile uint32_t CORE1_CURMISR_1
Definition: stc/v0/sdl_stc.h:343
SDL_stcRegs::CORE1_CURMISR_23
volatile uint32_t CORE1_CURMISR_23
Definition: stc/v0/sdl_stc.h:387
SDL_stcRegs::CORE1_CURMISR_27
volatile uint32_t CORE1_CURMISR_27
Definition: stc/v0/sdl_stc.h:395
SDL_STC_TestType
SDL_STC_TestType
Definition: stc/v0/sdl_stc.h:212
SDL_stcRegs::STC_SEGPLR
volatile uint32_t STC_SEGPLR
Definition: stc/v0/sdl_stc.h:329
SDL_stcRegs::STCGCR0
volatile uint32_t STCGCR0
Definition: stc/v0/sdl_stc.h:309
SDL_stcRegs::SEG2_START_ADDR
volatile uint32_t SEG2_START_ADDR
Definition: stc/v0/sdl_stc.h:335
SDL_stcRegs::CORE1_CURMISR_16
volatile uint32_t CORE1_CURMISR_16
Definition: stc/v0/sdl_stc.h:373