Home
last modified time | relevance | path

Searched refs:resetType (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_phy_emvsim.c98 … SMARTCARD_PHY_Activate(void *base, smartcard_context_t *context, smartcard_reset_type_t resetType) in SMARTCARD_PHY_Activate() argument
109 context->resetType = resetType; in SMARTCARD_PHY_Activate()
113 if (resetType == kSMARTCARD_ColdReset) in SMARTCARD_PHY_Activate()
120 else if (resetType == kSMARTCARD_WarmReset) in SMARTCARD_PHY_Activate()
Dfsl_smartcard_phy.h83 …SMARTCARD_PHY_Activate(void *base, smartcard_context_t *context, smartcard_reset_type_t resetType);
Dfsl_smartcard.h254 …smartcard_reset_type_t resetType; /*!< Indicates whether a Cold reset or Warm reset was requested.… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h945 void SAI_TxSoftwareReset(I2S_Type *base, sai_reset_type_t resetType);
958 void SAI_RxSoftwareReset(I2S_Type *base, sai_reset_type_t resetType);
Dfsl_sai.c865 void SAI_TxSoftwareReset(I2S_Type *base, sai_reset_type_t resetType) in SAI_TxSoftwareReset() argument
867 base->TCSR |= (uint32_t)resetType; in SAI_TxSoftwareReset()
884 void SAI_RxSoftwareReset(I2S_Type *base, sai_reset_type_t resetType) in SAI_RxSoftwareReset() argument
886 base->RCSR |= (uint32_t)resetType; in SAI_RxSoftwareReset()