Home
last modified time | relevance | path

Searched defs:options (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h797 #define EvrRtxThreadFlagsWait(flags, options, timeout) argument
809 #define EvrRtxThreadFlagsWaitPending(flags, options, timeout) argument
832 #define EvrRtxThreadFlagsWaitCompleted(flags, options, thread_flags, thread_id) argument
843 #define EvrRtxThreadFlagsWaitNotCompleted(flags, options) argument
1152 #define EvrRtxEventFlagsWait(ef_id, flags, options, timeout) argument
1165 #define EvrRtxEventFlagsWaitPending(ef_id, flags, options, timeout) argument
1188 #define EvrRtxEventFlagsWaitCompleted(ef_id, flags, options, event_flags) argument
1200 #define EvrRtxEventFlagsWaitNotCompleted(ef_id, flags, options) argument
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/src/sscp/
Dfsl_sss_sscp.c1660 void *options) in sss_sscp_key_store_generate_key()
1896 uint32_t 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()
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()
2028 sss_status_t sss_sscp_key_object_free(sss_sscp_object_t *keyObject, uint32_t options) in sss_sscp_key_object_free()
/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()
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6225 const Netc_Eth_Ip_TxOptionsType *options,
6354 const Netc_Eth_Ip_TxOptionsType *options)
7094 …Ip_ConfigureBufferDescriptors(const uint16 BufferIndex, const Netc_Eth_Ip_TxOptionsType *options, …
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c831 UINT options = 0; in OSA_EventWait() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap.c614 status_t kb_init(kb_session_ref_t **session, const kb_options_t *options) in kb_init()