Home
last modified time | relevance | path

Searched refs:Interrupt (Results 1 – 25 of 32) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/Device/Source/armclang/
Dstartup_psoc64_s.s73 DCD NvicMux0_IRQHandler ; CPU User Interrupt #0
75 DCD NvicMux2_IRQHandler ; CPU User Interrupt #2
77 DCD NvicMux4_IRQHandler ; CPU User Interrupt #4
78 DCD NvicMux5_IRQHandler ; CPU User Interrupt #5
79 DCD NvicMux6_IRQHandler ; CPU User Interrupt #6
80 DCD tfm_mailbox_irq_handler ; CPU User Interrupt #7
81 DCD Internal0_IRQHandler ; Internal SW Interrupt #0
82 DCD Internal1_IRQHandler ; Internal SW Interrupt #1
83 DCD Internal2_IRQHandler ; Internal SW Interrupt #2
84 DCD Internal3_IRQHandler ; Internal SW Interrupt #3
[all …]
Dstartup_psoc64_ns.s62 DCD ioss_interrupts_gpio_0_IRQHandler ; GPIO Port Interrupt #0
63 DCD ioss_interrupts_gpio_1_IRQHandler ; GPIO Port Interrupt #1
64 DCD ioss_interrupts_gpio_2_IRQHandler ; GPIO Port Interrupt #2
65 DCD ioss_interrupts_gpio_3_IRQHandler ; GPIO Port Interrupt #3
66 DCD ioss_interrupts_gpio_4_IRQHandler ; GPIO Port Interrupt #4
67 DCD ioss_interrupts_gpio_5_IRQHandler ; GPIO Port Interrupt #5
68 DCD ioss_interrupts_gpio_6_IRQHandler ; GPIO Port Interrupt #6
69 DCD ioss_interrupts_gpio_7_IRQHandler ; GPIO Port Interrupt #7
70 DCD ioss_interrupts_gpio_8_IRQHandler ; GPIO Port Interrupt #8
71 DCD ioss_interrupts_gpio_9_IRQHandler ; GPIO Port Interrupt #9
[all …]
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/Device/Source/iar/
Dstartup_psoc64_s.s79 DCD NvicMux0_IRQHandler ; CPU User Interrupt #0
81 DCD NvicMux2_IRQHandler ; CPU User Interrupt #2
83 DCD NvicMux4_IRQHandler ; CPU User Interrupt #4
84 DCD NvicMux5_IRQHandler ; CPU User Interrupt #5
85 DCD NvicMux6_IRQHandler ; CPU User Interrupt #6
86 DCD tfm_mailbox_irq_handler ; CPU User Interrupt #7
87 DCD Internal0_IRQHandler ; Internal SW Interrupt #0
88 DCD Internal1_IRQHandler ; Internal SW Interrupt #1
89 DCD Internal2_IRQHandler ; Internal SW Interrupt #2
90 DCD Internal3_IRQHandler ; Internal SW Interrupt #3
[all …]
Dstartup_psoc64_ns.s68 DCD ioss_interrupts_gpio_0_IRQHandler ; GPIO Port Interrupt #0
69 DCD ioss_interrupts_gpio_1_IRQHandler ; GPIO Port Interrupt #1
70 DCD ioss_interrupts_gpio_2_IRQHandler ; GPIO Port Interrupt #2
71 DCD ioss_interrupts_gpio_3_IRQHandler ; GPIO Port Interrupt #3
72 DCD ioss_interrupts_gpio_4_IRQHandler ; GPIO Port Interrupt #4
73 DCD ioss_interrupts_gpio_5_IRQHandler ; GPIO Port Interrupt #5
74 DCD ioss_interrupts_gpio_6_IRQHandler ; GPIO Port Interrupt #6
75 DCD ioss_interrupts_gpio_7_IRQHandler ; GPIO Port Interrupt #7
76 DCD ioss_interrupts_gpio_8_IRQHandler ; GPIO Port Interrupt #8
77 DCD ioss_interrupts_gpio_9_IRQHandler ; GPIO Port Interrupt #9
[all …]
/trusted-firmware-m-latest/docs/integration_guide/
Dtfm_secure_irq_integration_guide.rst2 Secure Interrupt Integration Guide
17 Interrupt Handling Model
22 - First-Level Interrupt Handling (FLIH)
30 - Second-Level Interrupt Handling (SLIH)
53 Enabling an Interrupt
65 See also `Enabling the Interrupt Tests`_ on how to integrate them to platforms.
67 Binding an Interrupt to a Secure Partition argument
72 ``irqs`` is a list of Interrupt Request (IRQ) assigned to the Secure Partition.
173 - ``FLIH`` - First-Level Interrupt Handling
174 - ``SLIH`` - Second-Level Interrupt Handling
[all …]
Dtfm_fpu_support.rst23 * Does not support use FPU in First-Level Interrupt Handling (FLIH) [6]_ at
143 .. [6] :doc:`Secure Interrupt Integration Guide </integration_guide/tfm_secure_irq_integration_guid…
Dindex.rst15 Secure Interrupt <tfm_secure_irq_integration_guide.rst>
/trusted-firmware-m-latest/platform/ext/target/arm/mps2/an519/tests/
Dtfm_tests_config.cmake9 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone310/common/tests/
Dtfm_tests_config.cmake9 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/tests/
Dtfm_tests_config.cmake9 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/tests/
Dtfm_tests_config.cmake12 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/tests/
Dtfm_tests_config.cmake7 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/arm/mps2/an521/tests/
Dtfm_tests_config.cmake9 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone310/an555/
Dconfig.cmake10 … OFF CACHE BOOL "Whether to build NS regression First-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/tests/
Dtfm_tests_config.cmake10 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2351/tests/
Dtfm_tests_config.cmake10 … OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests")
/trusted-firmware-m-latest/docs/configuration/
Dtest_configuration.rst36 | TEST_NS_SLIH_IRQ | Build non-secure regression Second-Level Interrupt Handling tests. |
38 | TEST_NS_FLIH_IRQ | Build non-secure regression First-Level Interrupt Handling tests. |
/trusted-firmware-m-latest/docs/releases/
D1.6.0.rst13 - Interrupt support (both SLIH/FLIH) for the SFN backend.
D1.4.0.rst12 - First-Level Interrupt Handling (FLIH) [1]_ proof of concept on AN521 and MUSCA-B1.
D1.3.0.rst11 - Support Second-Level Interrupt Handling (SLIH) defined in FF-M 1.1 [1]_.
/trusted-firmware-m-latest/docs/
Droadmap.rst32 - Secure Partition Interrupt Handling, Pre-emption of SPE execution
/trusted-firmware-m-latest/docs/design_docs/software/
Dhardware_abstraction_layer.rst58 - **Interrupt API**: Provides the interrupt functions.
639 Interrupt APIs
642 The SPM HAL interrupt APIs are intended for operations on Interrupt Controllers
664 This API enables an interrupt from the Interrupt Controller of the platform.
688 This API disables an interrupt from the Interrupt Controller of the platform.
/trusted-firmware-m-latest/tools/templates/
Dpartition_load_info.template59 /* Interrupt init functions */
/trusted-firmware-m-latest/docs/design_docs/services/
Dsecure_partition_manager.rst519 example, the `First Level Interrupt Handler (FLIH)` of one partition.
523 Interrupt handling is a common background state example. Check Interrupt
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rtc_ex.c1810 if (sAllTamper->TampInput[i].Interrupt != RTC_ATAMP_INTERRUPT_DISABLE) in HAL_RTCEx_SetActiveTampers()
1880 sAllTamper->TampInput[i].Interrupt = (uint32_t)(((TAMP->IER & (TAMP_IER_TAMP1IE << i))) >> i); in HAL_RTCEx_GetActiveTampers()

12