| /hal_nxp-latest/imx/drivers/ |
| D | uart_imx.c | 379 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()
|
| D | uart_imx.h | 524 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);
|
| D | adc_imx7d.c | 765 void ADC_SetDmaReset(ADC_Type* base, bool active) in ADC_SetDmaReset() argument 767 if (active) in ADC_SetDmaReset()
|
| D | adc_imx7d.h | 447 void ADC_SetDmaReset(ADC_Type* base, bool active);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/ |
| D | fsl_smartcard_phy_usim.c | 119 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()
|
| D | fsl_smartcard_phy_emvsim.c | 122 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()
|
| D | fsl_smartcard.h | 185 bool active; /*!< Indicates if the smart card is activated */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | fsl_pm_core.c | 556 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()
|
| D | fsl_pm_core.h | 198 …bool active : 1U; /*!< Indicate whether the corresponding wakeup event occ… member
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/ |
| D | gic_v3.h | 571 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/ |
| D | FindPythonInterp.cmake | 36 # 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/ |
| D | fwk_platform_mcuboot_ota.ch | 313 * \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/ |
| D | Driver_USBD.h | 69 uint32_t active : 1; ///< USB Device active flag member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/ |
| D | readme.txt | 28 Whenever the remap feature is active, the flash should not be accessed in direct mode.
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_shim.c | 179 if (pmdevice->bss_attr[i].active == MTRUE) in mlan_register()
|
| D | mlan_glue.c | 599 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/ |
| D | mlan_decl.h | 663 t_u32 active; member
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1180/jlinkscript/ |
| D | evkmimxrt1180_cm33.jlinkscript | 381 // DMA channel is active, wait it get finished
|
| D | evkmimxrt1180_cm7.jlinkscript | 381 // DMA channel is active, wait it get finished
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/ |
| D | README.md | 116 For example, defining **PM_RESC_ACMP_ACTIVE** will keep the resource ACMP active for a low-power st…
|