Home
last modified time | relevance | path

Searched refs:active (Results 1 – 20 of 20) sorted by relevance

/hal_nxp-latest/imx/drivers/
Duart_imx.c379 void UART_SetCtsPinLevel(UART_Type* base, bool active) in UART_SetCtsPinLevel() argument
381 if (active) in UART_SetCtsPinLevel()
412 void UART_SetDtrPinLevel(UART_Type* base, bool active) in UART_SetDtrPinLevel() argument
414 if (active) in UART_SetDtrPinLevel()
427 void UART_SetDcdPinLevel(UART_Type* base, bool active) in UART_SetDcdPinLevel() argument
429 if (active) in UART_SetDcdPinLevel()
442 void UART_SetRiPinLevel(UART_Type* base, bool active) in UART_SetRiPinLevel() argument
444 if (active) in UART_SetRiPinLevel()
587 void UART_SendBreakChar(UART_Type* base, bool active) in UART_SendBreakChar() argument
589 if (active) in UART_SendBreakChar()
Duart_imx.h524 void UART_SetCtsPinLevel(UART_Type* base, bool active);
575 void UART_SetDtrPinLevel(UART_Type* base, bool active);
586 void UART_SetDcdPinLevel(UART_Type* base, bool active);
597 void UART_SetRiPinLevel(UART_Type* base, bool active);
728 void UART_SendBreakChar(UART_Type* base, bool active);
Dadc_imx7d.c765 void ADC_SetDmaReset(ADC_Type* base, bool active) in ADC_SetDmaReset() argument
767 if (active) in ADC_SetDmaReset()
Dadc_imx7d.h447 void ADC_SetDmaReset(ADC_Type* base, bool active);
/hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_phy_usim.c119 if (!context->cardParams.active) in SMARTCARD_PHY_Activate()
143 context->cardParams.active = true; in SMARTCARD_PHY_Activate()
175 context->cardParams.active = false; in SMARTCARD_PHY_Deactivate()
Dfsl_smartcard_phy_emvsim.c122 if (!context->cardParams.active) in SMARTCARD_PHY_Activate()
161 context->cardParams.active = true; in SMARTCARD_PHY_Activate()
187 context->cardParams.active = false; in SMARTCARD_PHY_Deactivate()
Dfsl_smartcard.h185 bool active; /*!< Indicates if the smart card is activated */ member
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c556 ws->active = false; in PM_InitWakeupSource()
719 if (ws->active) in PM_TriggerWakeSourceService()
725 ws->active = true; in PM_TriggerWakeSourceService()
727 ws->active = false; in PM_TriggerWakeSourceService()
Dfsl_pm_core.h198 …bool active : 1U; /*!< Indicate whether the corresponding wakeup event occ… member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dgic_v3.h571 uint32_t pending, active; in GIC_GetIRQStatus() local
573 active = ((GICDistributor->ISACTIVER[IRQn / 32U]) >> (IRQn % 32U)) & 1UL; in GIC_GetIRQStatus()
576 return ((active<<1U) | pending); in GIC_GetIRQStatus()
/hal_nxp-latest/mcux/mcux-sdk/cmake/backports/
DFindPythonInterp.cmake36 # get the currently active Python version by default with a consistent version
121 # Search for the current active python version first on Linux, and last on Windows
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch313 * \brief Read the active and candidate image trailer and determine image state
321 * - kPlatOtaImg_RunCandidate: if candidate trailer's magic is unset and active trailer
322 * is valid, and active trailer's copy done is marked. (revert back)
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_USBD.h69 uint32_t active : 1; ///< USB Device active flag member
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/
Dreadme.txt28 Whenever the remap feature is active, the flash should not be accessed in direct mode.
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_shim.c179 if (pmdevice->bss_attr[i].active == MTRUE) in mlan_register()
Dmlan_glue.c599 mlan_dev.bss_attr[0].active = MTRUE; in mlan_subsys_init()
612 mlan_dev.bss_attr[1].active = MTRUE; in mlan_subsys_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_decl.h663 t_u32 active; member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/jlinkscript/
Devkmimxrt1180_cm33.jlinkscript381 // DMA channel is active, wait it get finished
Devkmimxrt1180_cm7.jlinkscript381 // DMA channel is active, wait it get finished
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md116 For example, defining **PM_RESC_ACMP_ACTIVE** will keep the resource ACMP active for a low-power st…