Home
last modified time | relevance | path

Searched refs:options (Results 1 – 18 of 18) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/inc/
Dfsl_sss_mgmt.h114 uintptr_t options,
133 …sss_mgmt_t *context, uint32_t fuseId, uint32_t *srcData, size_t *srcDataLen, uintptr_t options, si…
159 uintptr_t options,
269 uint32_t options);
286 uint32_t options);
301 uintptr_t options,
Dfsl_sss_sscp.h365 void *options);
383 sss_status_t sss_sscp_key_object_set_properties(sss_sscp_object_t *keyObject, uint32_t options);
385 sss_status_t sss_sscp_key_object_get_properties(sss_sscp_object_t *keyObject, uint32_t *options);
392 uint32_t options);
397 sss_status_t sss_sscp_key_object_free(sss_sscp_object_t *keyObject, uint32_t options);
Dfsl_sss_api.h850 void *options,
857 void *options);
932 … uint32_t options); /* Check if this can be made sss_key_object_mode_t */
952 sss_status_t sss_key_object_set_user(sss_object_t *keyObject, uint32_t user, uint32_t options);
960 …status_t sss_key_object_set_purpose(sss_object_t *keyObject, sss_mode_t purpose, uint32_t options);
968 sss_status_t sss_key_object_set_access(sss_object_t *keyObject, uint32_t access, uint32_t options);
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h795 extern void EvrRtxThreadFlagsWait (uint32_t flags, uint32_t options, uint32_t timeout);
797 #define EvrRtxThreadFlagsWait(flags, options, timeout) argument
807 extern void EvrRtxThreadFlagsWaitPending (uint32_t flags, uint32_t options, uint32_t timeout);
809 #define EvrRtxThreadFlagsWaitPending(flags, options, timeout) argument
830 extern void EvrRtxThreadFlagsWaitCompleted (uint32_t flags, uint32_t options, uint32_t thread_flags…
832 #define EvrRtxThreadFlagsWaitCompleted(flags, options, thread_flags, thread_id) argument
841 extern void EvrRtxThreadFlagsWaitNotCompleted (uint32_t flags, uint32_t options);
843 #define EvrRtxThreadFlagsWaitNotCompleted(flags, options) argument
1150 extern void EvrRtxEventFlagsWait (osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_…
1152 #define EvrRtxEventFlagsWait(ef_id, flags, options, timeout) argument
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c538 …erDescriptors(const uint16 BufferIndex, const Netc_Eth_Ip_TxOptionsType *options, Netc_Eth_Ip_TxBD…
6225 const Netc_Eth_Ip_TxOptionsType *options, argument
6316 Netc_Eth_Ip_ConfigureBufferDescriptors(BufferIndex, options, txBD);
6354 const Netc_Eth_Ip_TxOptionsType *options) argument
6428 if(options != NULL_PTR)
6430 …if ((NETC_ETH_IP_SWT_MANAGEMNT == options->Flag) && (ctrlIndex == 0U) && (ring == 0U)) /* Managem…
6449 … ((uint32)options->IngrOrEgrPortNumber << NETC_ETH_IP_INGR_EGRESS_PORT_SHIFT));
6450 if(1U == options->SwtMgSendingOpt)
6452 … txBD->buffConfig |= ((uint32)options->SwtMgSendingOpt << NETC_ETH_IP_SMSO_SHIFT) | \
6453 … ((uint32)options->TimestampRefReq << NETC_ETH_IP_TSR_SHIFT) | \
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c831 UINT options = 0; in OSA_EventWait() local
852 options |= TX_EVENT_FLAGS_CLEAR_MASK; in OSA_EventWait()
857 options |= TX_EVENT_FLAGS_AND_MASK; in OSA_EventWait()
860 …status = tx_event_flags_get(&pEventStruct->eventHandle, flagsToWait, options, (ULONG *)&flagsSave,… in OSA_EventWait()
/hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap.c167 status_t (*kb_init_function)(kb_session_ref_t **session, const kb_options_t *options);
614 status_t kb_init(kb_session_ref_t **session, const kb_options_t *options) in kb_init() argument
617 return BOOTLOADER_API_TREE_POINTER->kbApi->kb_init_function(session, options); in kb_init()
Dfsl_iap_kbp.h202 status_t kb_init(kb_session_ref_t **session, const kb_options_t *options);
/hal_nxp-latest/mcux/mcux-sdk/drivers/dma/
Dfsl_dma.c400 …s_t DMA_SubmitTransfer(dma_handle_t *handle, const dma_transfer_config_t *config, uint32_t options) in DMA_SubmitTransfer() argument
412 if ((options & (uint32_t)kDMA_EnableInterrupt) != 0UL) in DMA_SubmitTransfer()
Dfsl_dma.h577 …_t DMA_SubmitTransfer(dma_handle_t *handle, const dma_transfer_config_t *config, uint32_t options);
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/src/sscp/
Dfsl_sss_sscp.c1660 void *options) in sss_sscp_key_store_generate_key() argument
1896 uint32_t options) in sss_sscp_key_object_allocate_handle() argument
1919 op.params[3].value.a = options; in sss_sscp_key_object_allocate_handle()
1967 sss_status_t sss_sscp_key_object_set_properties(sss_sscp_object_t *keyObject, uint32_t options) in sss_sscp_key_object_set_properties() argument
1980 op.params[1].value.a = options; in sss_sscp_key_object_set_properties()
1998 sss_status_t sss_sscp_key_object_get_properties(sss_sscp_object_t *keyObject, uint32_t *options) in sss_sscp_key_object_get_properties() argument
2013 op.result[0].value.a = (uint32_t)options; in sss_sscp_key_object_get_properties()
2028 sss_status_t sss_sscp_key_object_free(sss_sscp_object_t *keyObject, uint32_t options) in sss_sscp_key_object_free() argument
2041 op.params[1].value.a = options; in sss_sscp_key_object_free()
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip.h506 const Netc_Eth_Ip_TxOptionsType * options
537 const Netc_Eth_Ip_TxOptionsType *options,
DNetc_Eth_Ip_Types.h1638 …portingCallbackType)(const uint8 ctrlIndex, const Netc_Eth_Ip_PcieFunctionErrorsReported *options);
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/Include/
Dcmsis_os2.h473 uint32_t osThreadFlagsWait (uint32_t flags, uint32_t options, uint32_t timeout);
561 uint32_t osEventFlagsWait (osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_t timeo…
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/
DREADME.md109 # Configuration options
111 …with custom settings. The following table summarizes all possible RPMsg-Lite configuration options.
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/
DREADME.md129 If you use cmake, it is easy since high level options are defined and they will select the right co…
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/
DCMakeLists.txt58 # Those options are taken into account only when CONFIGTABLE is ON
/hal_nxp-latest/mcux/mcux-sdk/
DSW-Content-Register.txt223 middleware/multicore/erpc/erpcgen/src/options.cpp