Home
last modified time | relevance | path

Searched full:irqs (Results 1 – 25 of 38) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/target/arm/mps2/an519/cmsis_core/
Dplatform_irq.h78 GPIO0_0_IRQn = 72, /* GPIO0 has 16 pins with IRQs */
94 GPIO1_0_IRQn = 88, /* GPIO1 has 16 pins with IRQs */
110 GPIO2_0_IRQn = 104, /* GPIO2 has 16 pins with IRQs */
126 GPIO3_0_IRQn = 120, /* GPIO3 has 4 pins with IRQs */
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/an524/device/include/
Dplatform_irq.h91 GPIO0_0_IRQn = 72, /* GPIO0 has 16 pins with IRQs */
107 GPIO1_0_IRQn = 88, /* GPIO1 has 16 pins with IRQs */
123 GPIO2_0_IRQn = 104, /* GPIO2 has 16 pins with IRQs */
139 GPIO3_0_IRQn = 120, /* GPIO3 has 4 pins with IRQs */
/trusted-firmware-m-latest/platform/ext/target/arm/mps2/an521/cmsis_core/
Dplatform_irq.h102 GPIO0_0_IRQn = 72, /* GPIO0 has 16 pins with IRQs */
118 GPIO1_0_IRQn = 88, /* GPIO1 has 16 pins with IRQs */
134 GPIO2_0_IRQn = 104, /* GPIO2 has 16 pins with IRQs */
150 GPIO3_0_IRQn = 120, /* GPIO3 has 4 pins with IRQs */
/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/alcor/common/device/include/
Dplatform_irq.h108 GPIO0_0_IRQn = 73, /* GPIO0 has 16 pins with IRQs */
124 GPIO1_0_IRQn = 89, /* GPIO1 has 16 pins with IRQs */
140 GPIO2_0_IRQn = 105, /* GPIO2 has 16 pins with IRQs */
156 GPIO3_0_IRQn = 121, /* GPIO3 has 4 pins with IRQs */
/trusted-firmware-m-latest/docs/integration_guide/
Dtfm_secure_irq_integration_guide.rst71 ``irqs`` attribute of the Secure Partition manifest.
72 ``irqs`` is a list of Interrupt Request (IRQ) assigned to the Secure Partition.
74 Secure Partitions are not allowed to share IRQs with other Secure Partitions.
87 "irqs": [
134 "irqs": [
160 - the FLIH Function for handling ``FLIH`` IRQs provided by Secure Partition:
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone300/common/device/include/
Dplatform_irq.h110 GPIO0_0_IRQn = 73, /* GPIO0 has 16 pins with IRQs */
126 GPIO1_0_IRQn = 89, /* GPIO1 has 16 pins with IRQs */
142 GPIO2_0_IRQn = 105, /* GPIO2 has 16 pins with IRQs */
158 GPIO3_0_IRQn = 121, /* GPIO3 has 4 pins with IRQs */
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone310/common/device/include/
Dplatform_irq.h114 GPIO0_0_IRQn = 73, /* GPIO0 has 16 pins with IRQs */
130 GPIO1_0_IRQn = 89, /* GPIO1 has 16 pins with IRQs */
146 GPIO2_0_IRQn = 105, /* GPIO2 has 16 pins with IRQs */
162 GPIO3_0_IRQn = 121, /* GPIO3 has 4 pins with IRQs */
/trusted-firmware-m-latest/tools/templates/
Dmanifestfilename.template35 {% if manifest.irqs %}
36 {% for irq in manifest.irqs %}
Dpartition_load_info.template39 {% set counter.irq_counter = manifest.irqs|count %}
61 {% for irq in manifest.irqs %}
93 struct irq_load_info_t irqs[{{(manifest.name|upper + "_NIRQS")}}];
256 .irqs = {
257 {% for irq in manifest.irqs %}
/trusted-firmware-m-latest/secure_fw/spm/core/
Dpsa_irq_api.c68 /* This API is for FLIH IRQs only */ in tfm_spm_partition_psa_reset_signal()
102 /* This API is for SLIH IRQs only */ in tfm_spm_partition_psa_eoi()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dtfm_interrupts.c89 /* CMU_MHU0 is a secure peripheral, so its IRQs have to target S state */ in mailbox_irq_init()
114 /* CMU_MHU1 is a secure peripheral, so its IRQs have to target S state */ in mailbox_irq_1_init()
Dtfm_hal_platform_reset.c26 * Disable IRQs to stop all threads, not just the thread that in tfm_hal_system_halt()
/trusted-firmware-m-latest/tools/
Dtfm_parse_manifest_list.py39 'stack_size', 'description', 'entry_init', 'heap_size', 'mmio_regions', 'services', 'irqs', 'depend…
106 irq_list = manifest.get('irqs', [])
397 # number (0) when there are no irqs.
399 for irq_idx, irq in enumerate(manifest.get('irqs', [])):
406 logging.debug('{} has {} IRQS'.format(manifest['name'], irq_idx +1))
409 raise Exception('Total number of Services and IRQs of {} exceeds the limit (28)'
/trusted-firmware-m-latest/platform/ext/common/
Dtfm_hal_reset_halt.c19 * Disable IRQs to stop all threads, not just the thread that in tfm_hal_system_halt()
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone300/an547/
Dtfm_hal_platform_reset_halt.c23 * Disable IRQs to stop all threads, not just the thread that in tfm_hal_system_halt()
/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/alcor/an557/
Dtfm_hal_platform_reset_halt.c23 * Disable IRQs to stop all threads, not just the thread that in tfm_hal_system_halt()
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/
Dns_agent_mailbox.yaml22 "irqs": [
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/
Dns_agent_mailbox.yaml24 "irqs": [
/trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/
Dtfm_hal_platform.c73 * Disable IRQs to stop all threads, not just the thread that in tfm_hal_system_halt()
/trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/Native_Driver/
Dgfc100_eflash_drv.c126 * \brief Enables or disables IRQs
129 * \param[in] irq_mask IRQs to enable/disable
130 * \param[in] enable True if the given IRQs need to be enabled, false
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/Device/Source/armclang/
Dstartup_psoc64_s.s104 CPSID i ; Disable IRQs
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/Device/Source/iar/
Dstartup_psoc64_s.s109 CPSID i ; Disable IRQs
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/
Dtfm_hal_multi_core.c66 /* Prevent IRQs to fire, as their handlers might be in Flash */ in __not_in_flash_func()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl2/
Dboot_dma.c95 /* Use combined secure interrupt because there are no channel IRQs */ in boot_dma_init_cfg()
/trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/CMSIS_Driver/
DDriver_GFC100_EFlash.c216 * gfc100_eflash_row_write. It has the disadvantage that all IRQs have in ARM_Flashx_ProgramData()

12