Tamper options#

Tamper configuration options.

Levels, signals and filter options.

Macros#

#define

No action taken.

#define

Generate interrupt.

#define

Increment filter counter.

#define

System reset.

#define

Erase OTP - THIS WILL MAKE THE DEVICE INOPERATIONAL!

#define

Reserved tamper signal.

#define

Filter counter exceeds threshold.

#define

SE watchdog timeout.

#define

Reserved tamper signal.

#define

SE RAM 2-bit ECC error.

#define

SE CPU hardfault.

#define

Reserved tamper signal.

#define

SE software triggers an assert.

#define

Secure boot of SE firmware failed.

#define

Secure boot of user code failed.

#define

Unauthorised command received over the Mailbox interface.

#define

Unauthorised command received over the DCI interface.

#define

Flash content couldn't be properly authenticated.

#define

Reserved tamper signal.

#define

Integrity error of internal storage is detected.

#define

TRNG monitor detected lack of entropy.

#define

Debug lock internal logic check failed.

#define

Electromagnetic pulse glitch detector.

#define

Supply glitch detector.

#define

SE ICache RAM error.

#define

SE RAM 1-bit ECC error.

#define

Brown-out-detector threshold alert.

#define

On-device temperature sensor.

#define
#define

DPLL lock fail high.

#define

PRS channel 0 asserted.

#define

PRS channel 1 asserted.

#define

PRS channel 2 asserted.

#define

PRS channel 3 asserted.

#define

PRS channel 4 asserted.

#define

PRS channel 5 asserted.

#define

PRS channel 6 asserted.

#define

Number of tamper signals.

#define
#define
#define
#define
#define
#define
#define
#define
#define
#define

Timeout ~16.4s.

#define

Timeout ~32.8s.

#define

Timeout ~1.1min.

#define

Timeout ~2.2min.

#define

Timeout ~4.4min.

#define

Timeout ~8.7min.

#define

Timeout ~17.5min.

#define
#define

Timeout ~1.2h.

#define

Timeout ~2.3h.

#define

Timeout ~4.7h.

#define

Timeout ~9.3h.

#define

Timeout ~18.6h.

#define

Timeout ~1.6days.

#define

Timeout ~3.1days.

#define

Timeout ~6.2days.

#define

Timeout ~12.4days.

#define

Timeout ~24.9days.

#define

Timeout ~49.7days.

#define

Timeout ~99.4days.

#define

Timeout ~198.8days.

#define

Timeout ~397.7days.

#define

Timeout ~795.4days.

#define

Counter threshold 2.

#define

Counter threshold 4.

#define

Counter threshold 8.

#define

Counter threshold 16.

#define

Counter threshold 32.

#define

Counter threshold 64.

#define

Counter threshold 128.

#define

Counter threshold 256.

#define

Tamper flags.

Macro Definition Documentation#

SL_SE_TAMPER_LEVEL_IGNORE#

#define SL_SE_TAMPER_LEVEL_IGNORE
Value:
0

No action taken.


Definition at line 275 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_LEVEL_INTERRUPT#

#define SL_SE_TAMPER_LEVEL_INTERRUPT
Value:
1

Generate interrupt.


Definition at line 276 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_LEVEL_FILTER#

#define SL_SE_TAMPER_LEVEL_FILTER
Value:
2

Increment filter counter.


Definition at line 277 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_LEVEL_RESET#

#define SL_SE_TAMPER_LEVEL_RESET
Value:
4

System reset.


Definition at line 278 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_LEVEL_PERMANENTLY_ERASE_OTP#

#define SL_SE_TAMPER_LEVEL_PERMANENTLY_ERASE_OTP
Value:
7

Erase OTP - THIS WILL MAKE THE DEVICE INOPERATIONAL!


Definition at line 279 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_RESERVED_1#

#define SL_SE_TAMPER_SIGNAL_RESERVED_1
Value:
0x0

Reserved tamper signal.


Definition at line 358 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_FILTER_COUNTER#

#define SL_SE_TAMPER_SIGNAL_FILTER_COUNTER
Value:
0x1

Filter counter exceeds threshold.


Definition at line 359 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_WATCHDOG#

#define SL_SE_TAMPER_SIGNAL_WATCHDOG
Value:
0x2

SE watchdog timeout.


Definition at line 360 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_RESERVED_2#

#define SL_SE_TAMPER_SIGNAL_RESERVED_2
Value:
0x3

Reserved tamper signal.


Definition at line 361 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_SE_RAM_ECC_2#

#define SL_SE_TAMPER_SIGNAL_SE_RAM_ECC_2
Value:
0x4

SE RAM 2-bit ECC error.


Definition at line 362 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_SE_HARDFAULT#

#define SL_SE_TAMPER_SIGNAL_SE_HARDFAULT
Value:
0x5

SE CPU hardfault.


Definition at line 363 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_RESERVED_3#

#define SL_SE_TAMPER_SIGNAL_RESERVED_3
Value:
0x6

Reserved tamper signal.


Definition at line 364 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_SE_SOFTWARE_ASSERTION#

#define SL_SE_TAMPER_SIGNAL_SE_SOFTWARE_ASSERTION
Value:
0x7

SE software triggers an assert.


Definition at line 365 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_SE_SECURE_BOOT_FAILED#

#define SL_SE_TAMPER_SIGNAL_SE_SECURE_BOOT_FAILED
Value:
0x8

Secure boot of SE firmware failed.


Definition at line 366 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_USER_SECURE_BOOT_FAILED#

#define SL_SE_TAMPER_SIGNAL_USER_SECURE_BOOT_FAILED
Value:
0x9

Secure boot of user code failed.


Definition at line 367 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_MAILBOX_AUTHORIZATION_ERROR#

#define SL_SE_TAMPER_SIGNAL_MAILBOX_AUTHORIZATION_ERROR
Value:
0xA

Unauthorised command received over the Mailbox interface.


Definition at line 368 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_DCI_AUTHORIZATION_ERROR#

#define SL_SE_TAMPER_SIGNAL_DCI_AUTHORIZATION_ERROR
Value:
0xB

Unauthorised command received over the DCI interface.


Definition at line 369 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_FLASH_INTEGRITY_ERROR#

#define SL_SE_TAMPER_SIGNAL_FLASH_INTEGRITY_ERROR
Value:
0xC

Flash content couldn't be properly authenticated.


Definition at line 370 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_RESERVED_4#

#define SL_SE_TAMPER_SIGNAL_RESERVED_4
Value:
0xD

Reserved tamper signal.


Definition at line 371 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_SELFTEST_FAILED#

#define SL_SE_TAMPER_SIGNAL_SELFTEST_FAILED
Value:
0xE

Integrity error of internal storage is detected.


Definition at line 372 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_TRNG_MONITOR#

#define SL_SE_TAMPER_SIGNAL_TRNG_MONITOR
Value:
0xF

TRNG monitor detected lack of entropy.


Definition at line 373 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_SECURE_LOCK_ERROR#

#define SL_SE_TAMPER_SIGNAL_SECURE_LOCK_ERROR
Value:
0x10

Debug lock internal logic check failed.


Definition at line 374 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_ATAMPDET_EMPGD#

#define SL_SE_TAMPER_ATAMPDET_EMPGD
Value:
0x11

Electromagnetic pulse glitch detector.


Definition at line 375 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_ATAMPDET_SUPGD#

#define SL_SE_TAMPER_ATAMPDET_SUPGD
Value:
0x12

Supply glitch detector.


Definition at line 376 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SE_ICACHE_ERROR#

#define SL_SE_TAMPER_SE_ICACHE_ERROR
Value:
0x13

SE ICache RAM error.


Definition at line 377 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_SE_RAM_ECC_1#

#define SL_SE_TAMPER_SIGNAL_SE_RAM_ECC_1
Value:
0x14

SE RAM 1-bit ECC error.


Definition at line 378 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_BOD#

#define SL_SE_TAMPER_SIGNAL_BOD
Value:
0x15

Brown-out-detector threshold alert.


Definition at line 379 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_TEMPERATURE_SENSOR#

#define SL_SE_TAMPER_SIGNAL_TEMPERATURE_SENSOR
Value:
0x16

On-device temperature sensor.


Definition at line 380 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_DPLL_LOCK_FAIL_LOW#

#define SL_SE_TAMPER_SIGNAL_DPLL_LOCK_FAIL_LOW
Value:
0x17

DPLL lock fail low.


Definition at line 381 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_DPLL_LOCK_FAIL_HIGH#

#define SL_SE_TAMPER_SIGNAL_DPLL_LOCK_FAIL_HIGH
Value:
0x18

DPLL lock fail high.


Definition at line 382 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_PRS0#

#define SL_SE_TAMPER_SIGNAL_PRS0
Value:
0x19

PRS channel 0 asserted.


Definition at line 383 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_PRS1#

#define SL_SE_TAMPER_SIGNAL_PRS1
Value:
0x1a

PRS channel 1 asserted.


Definition at line 384 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_PRS2#

#define SL_SE_TAMPER_SIGNAL_PRS2
Value:
0x1b

PRS channel 2 asserted.


Definition at line 385 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_PRS3#

#define SL_SE_TAMPER_SIGNAL_PRS3
Value:
0x1c

PRS channel 3 asserted.


Definition at line 386 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_PRS4#

#define SL_SE_TAMPER_SIGNAL_PRS4
Value:
0x1d

PRS channel 4 asserted.


Definition at line 387 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_PRS5#

#define SL_SE_TAMPER_SIGNAL_PRS5
Value:
0x1e

PRS channel 5 asserted.


Definition at line 388 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_PRS6#

#define SL_SE_TAMPER_SIGNAL_PRS6
Value:
0x1f

PRS channel 6 asserted.


Definition at line 389 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_SIGNAL_NUM_SIGNALS#

#define SL_SE_TAMPER_SIGNAL_NUM_SIGNALS
Value:
0x20

Number of tamper signals.


Definition at line 390 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_32MS#

#define SL_SE_TAMPER_FILTER_PERIOD_32MS
Value:
0x0

Timeout ~32ms.


Definition at line 395 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_64MS#

#define SL_SE_TAMPER_FILTER_PERIOD_64MS
Value:
0x1

Timeout ~64ms.


Definition at line 396 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_128MS#

#define SL_SE_TAMPER_FILTER_PERIOD_128MS
Value:
0x2

Timeout ~128ms.


Definition at line 397 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_256MS#

#define SL_SE_TAMPER_FILTER_PERIOD_256MS
Value:
0x3

Timeout ~256ms.


Definition at line 398 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_512MS#

#define SL_SE_TAMPER_FILTER_PERIOD_512MS
Value:
0x4

Timeout ~512ms.


Definition at line 399 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_1S#

#define SL_SE_TAMPER_FILTER_PERIOD_1S
Value:
0x5

Timeout ~1s.


Definition at line 400 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_2S#

#define SL_SE_TAMPER_FILTER_PERIOD_2S
Value:
0x6

Timeout ~2s.


Definition at line 401 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_4S#

#define SL_SE_TAMPER_FILTER_PERIOD_4S
Value:
0x7

Timeout ~4.1s.


Definition at line 402 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_8S#

#define SL_SE_TAMPER_FILTER_PERIOD_8S
Value:
0x8

Timeout ~8.2s.


Definition at line 403 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_16S#

#define SL_SE_TAMPER_FILTER_PERIOD_16S
Value:
0x9

Timeout ~16.4s.


Definition at line 404 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_33S#

#define SL_SE_TAMPER_FILTER_PERIOD_33S
Value:
0xA

Timeout ~32.8s.


Definition at line 405 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_1MIN#

#define SL_SE_TAMPER_FILTER_PERIOD_1MIN
Value:
0xB

Timeout ~1.1min.


Definition at line 406 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_2MIN#

#define SL_SE_TAMPER_FILTER_PERIOD_2MIN
Value:
0xC

Timeout ~2.2min.


Definition at line 407 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_4MIN#

#define SL_SE_TAMPER_FILTER_PERIOD_4MIN
Value:
0xD

Timeout ~4.4min.


Definition at line 408 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_9MIN#

#define SL_SE_TAMPER_FILTER_PERIOD_9MIN
Value:
0xE

Timeout ~8.7min.


Definition at line 409 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_18MIN#

#define SL_SE_TAMPER_FILTER_PERIOD_18MIN
Value:
0xF

Timeout ~17.5min.


Definition at line 410 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_35MIN#

#define SL_SE_TAMPER_FILTER_PERIOD_35MIN
Value:
0x10

Timeout ~35min.


Definition at line 411 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_1H#

#define SL_SE_TAMPER_FILTER_PERIOD_1H
Value:
0x11

Timeout ~1.2h.


Definition at line 412 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_2H#

#define SL_SE_TAMPER_FILTER_PERIOD_2H
Value:
0x12

Timeout ~2.3h.


Definition at line 413 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_5H#

#define SL_SE_TAMPER_FILTER_PERIOD_5H
Value:
0x13

Timeout ~4.7h.


Definition at line 414 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_9H#

#define SL_SE_TAMPER_FILTER_PERIOD_9H
Value:
0x14

Timeout ~9.3h.


Definition at line 415 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_19H#

#define SL_SE_TAMPER_FILTER_PERIOD_19H
Value:
0x15

Timeout ~18.6h.


Definition at line 416 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_2DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_2DAYS
Value:
0x16

Timeout ~1.6days.


Definition at line 417 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_3DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_3DAYS
Value:
0x17

Timeout ~3.1days.


Definition at line 418 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_6DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_6DAYS
Value:
0x18

Timeout ~6.2days.


Definition at line 419 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_12DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_12DAYS
Value:
0x19

Timeout ~12.4days.


Definition at line 420 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_25DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_25DAYS
Value:
0x1A

Timeout ~24.9days.


Definition at line 421 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_50DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_50DAYS
Value:
0x1B

Timeout ~49.7days.


Definition at line 422 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_100DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_100DAYS
Value:
0x1C

Timeout ~99.4days.


Definition at line 423 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_199DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_199DAYS
Value:
0x1D

Timeout ~198.8days.


Definition at line 424 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_398DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_398DAYS
Value:
0x1E

Timeout ~397.7days.


Definition at line 425 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_PERIOD_795DAYS#

#define SL_SE_TAMPER_FILTER_PERIOD_795DAYS
Value:
0x1F

Timeout ~795.4days.


Definition at line 426 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_2#

#define SL_SE_TAMPER_FILTER_THRESHOLD_2
Value:
0x7

Counter threshold 2.


Definition at line 429 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_4#

#define SL_SE_TAMPER_FILTER_THRESHOLD_4
Value:
0x6

Counter threshold 4.


Definition at line 430 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_8#

#define SL_SE_TAMPER_FILTER_THRESHOLD_8
Value:
0x5

Counter threshold 8.


Definition at line 431 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_16#

#define SL_SE_TAMPER_FILTER_THRESHOLD_16
Value:
0x4

Counter threshold 16.


Definition at line 432 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_32#

#define SL_SE_TAMPER_FILTER_THRESHOLD_32
Value:
0x3

Counter threshold 32.


Definition at line 433 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_64#

#define SL_SE_TAMPER_FILTER_THRESHOLD_64
Value:
0x2

Counter threshold 64.


Definition at line 434 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_128#

#define SL_SE_TAMPER_FILTER_THRESHOLD_128
Value:
0x1

Counter threshold 128.


Definition at line 435 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FILTER_THRESHOLD_256#

#define SL_SE_TAMPER_FILTER_THRESHOLD_256
Value:
0x0

Counter threshold 256.


Definition at line 436 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FLAG_DGLITCH_ALWAYS_ON#

#define SL_SE_TAMPER_FLAG_DGLITCH_ALWAYS_ON
Value:
(1UL << 1)

Tamper flags.


Definition at line 439 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h

SL_SE_TAMPER_FLAG_KEEP_TAMPER_ALIVE_DURING_SLEEP#

#define SL_SE_TAMPER_FLAG_KEEP_TAMPER_ALIVE_DURING_SLEEP
Value:
(1UL << 2)

Definition at line 440 of file platform/security/sl_component/se_manager/inc/sl_se_manager_defines.h