Searched refs:n (Results 1 – 9 of 9) sorted by relevance
/psa-arch-tests-3.4.0/tbsa-v8m/val/include/ |
D | val_pe.h | 38 #define NVIC_ISER(n) 0xE000E100 + 4*n // n: 0 to 15 argument 39 #define NVIC_ICER(n) 0xE000E180 + 4*n // n: 0 to 15 argument 40 #define NVIC_ISPR(n) 0xE000E200 + 4*n // n: 0 to 15 argument 41 #define NVIC_ICPR(n) 0xE000E280 + 4*n // n: 0 to 15 argument 42 #define NVIC_IABR(n) 0xE000E300 + 4*n // n: 0 to 15 argument 43 #define NVIC_ITNS(n) 0xE000E380 + 4*n // n: 0 to 15 argument 44 #define NVIC_IPR(n) 0xE000E400 + 4*n // n: 0 to 123 argument
|
D | val_interrupt.h | 35 #define EXCP_NUM_EXT_INT(n) 16 + n argument
|
/psa-arch-tests-3.4.0/secure-debug/val/include/ |
D | val.h | 103 #define TEST_CHECKPOINT_NUM(n) n argument 104 #define TEST(n) n argument 105 #define BLOCK(n) n argument 109 #define GET_TEST_NUM(n) (0xff & n) argument 110 #define GET_BLOCK_NUM(n) ((n >> BLOCK_NUM_POS) & 0xff) argument 112 #define GET_ACTION_NUM(n) ((n >> ACTION_POS) & 0xff) argument
|
/psa-arch-tests-3.4.0/api-tests/val/common/ |
D | val.h | 100 #define TEST_CHECKPOINT_NUM(n) n argument 101 #define TEST(n) n argument 102 #define BLOCK(n) n argument 106 #define GET_TEST_NUM(n) (0xff & n) argument 107 #define GET_BLOCK_NUM(n) ((n >> BLOCK_NUM_POS) & 0xff) argument 109 #define GET_ACTION_NUM(n) ((n >> ACTION_POS) & 0xff) argument
|
/psa-arch-tests-3.4.0/tbsa-v8m/tools/debug/ |
D | debugger_script.ini | 89 printf("0x%08x 0x%08x\n", flagAddr, dataAddr); 93 printf("0x%08x 0x%08x\n", _RDWORD(flagAddr), _RDWORD(dataAddr)); 114 //printf("SEQ_OPEN_STATE_READ : 0x%x\n", _RDWORD(flagAddr)); 123 //printf("SEQ_OPEN_STATE_READ is finished\n"); 128 //printf("SEQ_OPEN_STATE_WRITE : 0x%x\n", _RDWORD(flagAddr)); 147 //printf("SEQ_OPEN_STATE_WRITE is finished\n"); 152 //printf("SEQ_CLOSED_STATE_READ : 0x%x\n", _RDWORD(flagAddr)); 156 printf("SEQ_CLOSED_STATE_READ = %X\n", data); 167 printf("SEQ_CLOSED_STATE_READ = %X\n", output); 170 printf("SEQ_CLOSED_STATE_READ = %X\n", _RDWORD(dataAddr)); [all …]
|
/psa-arch-tests-3.4.0/secure-debug/platform/hosts/musca_b1/memw_pyocd/src/ |
D | pal_interfaces.c | 116 int n = 0, len = 0; in pal_message_receive() local 118 n = recvfrom(sockfd, (char *)buffer, 4096, MSG_WAITALL, in pal_message_receive() 120 } while (n == 0); in pal_message_receive()
|
/psa-arch-tests-3.4.0/secure-debug/ |
D | psa_adac_ats.patch | 180 PSA_ADAC_LOG_ERR("auth", "Error sending response: %04x\n", ret); 186 + PSA_ADAC_LOG_INFO("auth", "Authentication is a success\n"); 189 + PSA_ADAC_LOG_INFO("auth", "Authentication is a failure\n");
|
D | CMakeLists.txt | 181 string(REGEX REPLACE "\n" ";" PSA_TEST_LIST "${PSA_TEST_LIST}")
|
/psa-arch-tests-3.4.0/api-tests/ |
D | CMakeLists.txt | 402 "INCLUDE_PANIC_TESTS set to 1, therefore including PSA APIs panic tests into the regression,\n" 575 string(REGEX REPLACE "\n" ";" PSA_TEST_LIST "${PSA_TEST_LIST}")
|