Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 43) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_flexcomm.c151 uint32_t instance; in FLEXCOMM_SetIRQHandler() local
154 instance = FLEXCOMM_GetInstance(base); in FLEXCOMM_SetIRQHandler()
157 s_flexcommIrqHandler[instance] = NULL; in FLEXCOMM_SetIRQHandler()
158 s_flexcommHandle[instance] = flexcommHandle; in FLEXCOMM_SetIRQHandler()
159 s_flexcommIrqHandler[instance] = handler; in FLEXCOMM_SetIRQHandler()
168 uint32_t instance; in FLEXCOMM0_DriverIRQHandler() local
171 instance = FLEXCOMM_GetInstance(FLEXCOMM0); in FLEXCOMM0_DriverIRQHandler()
172 assert(s_flexcommIrqHandler[instance] != NULL); in FLEXCOMM0_DriverIRQHandler()
173 …s_flexcommIrqHandler[instance]((uint32_t *)s_flexcommBaseAddrs[instance], s_flexcommHandle[instanc… in FLEXCOMM0_DriverIRQHandler()
182 uint32_t instance; in FLEXCOMM1_DriverIRQHandler() local
[all …]
Dfsl_ctimer.c73 uint32_t instance; in CTIMER_GetInstance() local
77 for (instance = 0; instance < ctimerArrayCount; instance++) in CTIMER_GetInstance()
79 if (s_ctimerBases[instance] == base) in CTIMER_GetInstance()
85 assert(instance < ctimerArrayCount); in CTIMER_GetInstance()
87 return instance; in CTIMER_GetInstance()
Dfsl_iap.h335 uint32_t instance : 4; member
Dfsl_usart.c766 uint32_t instance = 0; in USART_TransferCreateHandle() local
775 instance = USART_GetInstance(base); in USART_TransferCreateHandle()
790 (void)EnableIRQ(s_usartIRQ[instance]); in USART_TransferCreateHandle()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/uart/
Dfsl_adapter_usart.c53 uint8_t instance; /* USART instance */ member
102 uint8_t instance; member
213 uint8_t instance; in HAL_UartInterruptHandle() local
219 instance = uartHandle->instance; in HAL_UartInterruptHandle()
221 status = USART_GetStatusFlags(s_UsartAdapterBase[instance]); in HAL_UartInterruptHandle()
225 …(0U != (USART_GetEnabledInterrupts(s_UsartAdapterBase[instance]) & USART_FIFOINTENSET_RXLVL_MASK))) in HAL_UartInterruptHandle()
229 …uartHandle->rx.buffer[uartHandle->rx.bufferSofar++] = USART_ReadByte(s_UsartAdapterBase[instance]); in HAL_UartInterruptHandle()
232 USART_DisableInterrupts(s_UsartAdapterBase[instance], in HAL_UartInterruptHandle()
245 …(0U != (USART_GetEnabledInterrupts(s_UsartAdapterBase[instance]) & USART_FIFOINTENSET_TXLVL_MASK))) in HAL_UartInterruptHandle()
249 …USART_WriteByte(s_UsartAdapterBase[instance], uartHandle->tx.buffer[uartHandle->tx.bufferSofar++]); in HAL_UartInterruptHandle()
[all …]
Dfsl_adapter_uart.h181 …uint8_t instance; /*!< Instance (0 - UART0, 1 - UART1, ...), detail information please refer to the member
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.h120 status_t DbgConsole_Init(uint8_t instance, uint32_t baudRate, serial_port_type_t device, uint32_t c…
154 static inline status_t DbgConsole_Init(uint8_t instance,
159 (void)instance;
Dfsl_debug_console.c755 static const serial_port_uart_config_t uartConfig = {.instance = BOARD_DEBUG_UART_INSTANCE,
772 status_t DbgConsole_Init(uint8_t instance, uint32_t baudRate, serial_port_type_t device, uint32_t c… in DbgConsole_Init() argument
780 .instance = instance, in DbgConsole_Init()
799 .controllerIndex = (serial_port_usb_cdc_controller_index_t)instance, in DbgConsole_Init()
807 .port = instance, in DbgConsole_Init()
814 .controllerIndex = (serial_port_virtual_controller_index_t)instance, in DbgConsole_Init()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/
Dfsl_component_serial_port_uart.h71 …uint8_t instance; /*!< Instance (0 - UART0, 1 - UART1, ...), detail … member
91 …uint8_t instance; /*!< Instance (0 - UART0, 1 - UART1, ...), detail … member
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0plus/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c2609 uint32_t instance; in HAL_OSPIM_Config() local
2627 instance = 0U; in HAL_OSPIM_Config()
2632 instance = 1U; in HAL_OSPIM_Config()
2661 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config()
2688 if (IOM_cfg[instance].ClkPort != 0U) in HAL_OSPIM_Config()
2690 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].ClkPort - 1U)], OCTOSPIM_PCR_CLKEN); in HAL_OSPIM_Config()
2691 if (IOM_cfg[instance].DQSPort != 0U) in HAL_OSPIM_Config()
2693 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_OSPIM_Config()
2695 if (IOM_cfg[instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2697 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_IO… in HAL_OSPIM_Config()
[all …]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM3/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM4/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM7/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM23/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM23NS/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM23S/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/docs/design_docs/services/
Dsecure_partition_runtime_library.rst172 defined in RoT Service headers and the instance is allocated by API caller since
349 partitions. The heap instance belongs to each partition, which means this
350 instance needs to be passed into the heap management code as a parameter. For
352 'instance', while for 'malloc' caller it needs a 'malloc' with one parameter
353 'size' only. As mentioned in the upper chapter, this instance can be retrieved
/trusted-firmware-m-latest/interface/include/psa/
Dinitial_attestation.h.in62 * - Instance ID: It represents the unique identifier of the instance. In the
64 * of the instance. The claim is modeled to be eventually
92 * instance. Custom claim with a value encoded as integer that
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA5/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA9/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA7/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55NS/
Dmodel_config.txt2 # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]

12