Searched refs:trigger (Results 1 – 15 of 15) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/native_drivers/ |
D | dma350_drv.c | 183 uint8_t trigger) in dma350_set_trigin_secure() argument 189 if(trigger >= 32) { in dma350_set_trigin_secure() 194 dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 & ~(0x1UL << trigger); in dma350_set_trigin_secure() 195 if (dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 & (0x1UL << trigger)) { in dma350_set_trigin_secure() 203 uint8_t trigger) in dma350_set_trigin_nonsecure() argument 209 if(trigger >= 32) { in dma350_set_trigin_nonsecure() 214 dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 | (0x1UL << trigger); in dma350_set_trigin_nonsecure() 215 if (dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 & (0x1UL << trigger)) { in dma350_set_trigin_nonsecure() 223 uint8_t trigger) in dma350_set_trigout_secure() argument 229 if(trigger >= 32) { in dma350_set_trigout_secure() [all …]
|
D | dma350_drv.h | 317 uint8_t trigger); 331 uint8_t trigger); 345 uint8_t trigger); 359 uint8_t trigger);
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/corstone310/fvp/native_drivers/ |
D | dma350_drv.c | 183 uint8_t trigger) in dma350_set_trigin_secure() argument 189 if(trigger >= 32) { in dma350_set_trigin_secure() 194 dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 & ~(0x1UL << trigger); in dma350_set_trigin_secure() 195 if (dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 & (0x1UL << trigger)) { in dma350_set_trigin_secure() 203 uint8_t trigger) in dma350_set_trigin_nonsecure() argument 209 if(trigger >= 32) { in dma350_set_trigin_nonsecure() 214 dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 | (0x1UL << trigger); in dma350_set_trigin_nonsecure() 215 if (dev->cfg->dma_sec_cfg->SCFG_TRIGINSEC0 & (0x1UL << trigger)) { in dma350_set_trigin_nonsecure() 223 uint8_t trigger) in dma350_set_trigout_secure() argument 229 if(trigger >= 32) { in dma350_set_trigout_secure() [all …]
|
D | dma350_drv.h | 317 uint8_t trigger); 331 uint8_t trigger); 345 uint8_t trigger); 359 uint8_t trigger);
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/ |
D | dynsections.js | 29 var trigger = $('#'+base+'-trigger'); 30 var src=$(trigger).attr('src'); 35 $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png'); 40 $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
|
D | jquery.js | 44 …trigger){bF(av).trigger("ready").off("ready")}}},bindReady:function(){if(bC){return}bC=bF.Callback… 69 …f.originalEvent;if(i){for(j in i){if(!(j in f)){f[j]=i[j]}}}this.element.trigger(f,g);return !(b.i… 89 …trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},t… 96 …trigger("powerTipPreRender");U=B(S);if(U){O.empty().append(U)}else{return}S.trigger("powerTipRende…
|
/trusted-firmware-m-3.4.0/platform/ext/target/nordic_nrf/common/core/ |
D | config.cmake | 23 will trigger SecureFaults even without this option enabled. \
|
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/ |
D | tfm_cooperative_scheduling_rules.rst | 63 1. **The NSPE exception handler is allowed to trigger a NSPE context switch** 87 2. **The SPE interrupt handler is allowed to trigger a SPE context switch**
|
D | tfm_secure_boot.rst | 418 the primary image area as well, to trigger the update.
|
/trusted-firmware-m-3.4.0/docs/security/security_advisories/ |
D | stack_seal_vulnerability.rst | 59 operation to trigger an MSP_S stack underflow, and the CPU could fetch
|
D | crypto_multi_part_ops_abort_fail.rst | 127 access invalid memory regions. It may trigger further faults and block TF-M
|
/trusted-firmware-m-3.4.0/docs/security/threat_models/ |
D | generic_threat_model.rst | 145 | | in Non-secure Callable region to trigger a transition from | 161 | | In single Armv8-M core scenarios, it also trigger a transition | 673 | | addresses later to read or write data. It may trigger a | 949 | Description | An attacker may trigger spurious NS interrupts frequently | 954 | | frequently trigger spurious NS interrupts to keep | 1074 | | It will most likely trigger a crash in secure world or |
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Source/gcc/ |
D | psoc6_ns.ld | 33 * this may, for example, trigger linking of additional modules from standard
|
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/dual-cpu/ |
D | communication_prototype_between_nspe_and_spe_in_dual_core_systems.rst | 273 ``tfm_rpc_psa_close()`` create the PSA message and trigger target Secure 316 mailbox reply operations. The mailbox reply functions must not trigger context
|
D | mailbox_design_on_dual_core_system.rst | 241 trigger SPE to handle PSA Client request. SPE mailbox asserts mailbox
|