Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c208 struct tfa2_sequence seq; in tfa2_haptic_get_duration() local
823 void tfa2_hap_sequencer_destroy(struct tfa2_sequence *seq) in tfa2_hap_sequencer_destroy()
834 int tfa2_hap_sequencer(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_sequencer()
888 int tfa2_hap_get_sequencer_duration(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_get_sequencer_duration()
913 void tfa2_hap_save_haptic_cache(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_save_haptic_cache()
921 void tfa2_hap_test_restore_haptic_cache(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_test_restore_haptic_cache()
948 struct tfa2_sequence seq; in tfa2_hap_sequencer_object() local
999 …a2_hap_cnt_get_sequencer(nxpTfaContainer_t *cnt, int devidx, int seqidx, struct tfa2_sequence *seq) in tfa2_hap_cnt_get_sequencer()
Dtfa2_dev.h235 struct tfa2_sequence seq; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c1349 const unsigned char *seq, in wifi_nxp_wpa_supp_save_pairwise_key_params()
1611 const unsigned char *seq, in _wifi_nxp_wpa_supp_set_key()
1721 const unsigned char *seq, in wifi_nxp_wpa_supp_set_key()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.h36 int16_t seq; /** < sequence number */ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h1604 #define HostCmd_SET_SEQ_NO_BSS_INFO(seq, num, type) \ argument
1608 #define HostCmd_GET_SEQ_NO(seq) ((seq)&HostCmd_SEQ_NUM_MASK) argument
1611 #define HostCmd_GET_BSS_NO(seq) (((seq)&HostCmd_BSS_NUM_MASK) >> 8) argument
1614 #define HostCmd_GET_BSS_TYPE(seq) (((seq)&HostCmd_BSS_TYPE_MASK) >> 12) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/qspi/
Dfsl_qspi.h626 static inline void QSPI_ClearCommandSequence(QuadSPI_Type *base, qspi_command_seq_t seq) in QSPI_ClearCommandSequence()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h942 #define SFDP_GET_SEQ_CMD(seq, idx) \ argument
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c2356 const uint8_t *seq, in wifi_set_key()