Home
last modified time | relevance | path

Searched refs:found (Results 1 – 17 of 17) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/cmake/backports/
DFindPythonInterp.cmake15 # PYTHONINTERP_FOUND - Was the Python executable found
22 # PYTHON_VERSION_STRING - Python version found e.g. 2.5.2
23 # PYTHON_VERSION_MAJOR - Python major version found e.g. 2
24 # PYTHON_VERSION_MINOR - Python minor version found e.g. 5
25 # PYTHON_VERSION_PATCH - Python patch version found e.g. 2
111 # If FindPythonInterp has already found the major and minor version,
137 # Search for newest python version if python executable isn't found
/hal_nxp-latest/zephyr/blobs/license/
DLA_OPT_NXP_Software_License.txt379 complete Privacy Statement can be found at:
431 Amazon: AWS Fleetwise software must be used consistent with the terms found
519 EB License Terms and Conditions, Version 1.4 (Dec 2019) found here:
544 International software must be used consistent with the terms found here:
628 Binaries must be used consistent with the terms found here:
633 license which can be found at: http://www.opus-codec.org/license/
635 Oracle JRE (Java): The Oracle JRE must be used consistent with terms found
638 P&E Micro: P&E Software must be used consistent with the terms found here:
697 consistent with the terms found here: http://www.segger.com/jlink-software.html
DLA_OPT_NXP_Online_Code_Hosting.txt383 complete Privacy Statement can be found at:
/hal_nxp-latest/mcux/mcux-sdk/
DLA_OPT_NXP_Software_License.txt379 complete Privacy Statement can be found at:
431 Amazon: AWS Fleetwise software must be used consistent with the terms found
519 EB License Terms and Conditions, Version 1.4 (Dec 2019) found here:
544 International software must be used consistent with the terms found here:
628 Binaries must be used consistent with the terms found here:
633 license which can be found at: http://www.opus-codec.org/license/
635 Oracle JRE (Java): The Oracle JRE must be used consistent with terms found
638 P&E Micro: P&E Software must be used consistent with the terms found here:
697 consistent with the terms found here: http://www.segger.com/jlink-software.html
DLA_OPT_NXP_Software_License RTAudio.txt101 …ogy Devices International software must be used consistent with the terms found here: http://www.f…
117 Opus: Use of Opus software must be consistent with the terms of the Opus license which can be found
119 Oracle JRE (Java): The Oracle JRE must be used consistent with terms found here: http://java.com/li…
121 P&E Micro: P&E Software must be used consistent with the terms found here: http://www.pemicro.com/l…
144 …/J-Trace Software: Segger software must be used consistent with the terms found here: http://www.s…
DREADME.md130 …BSD-3](COPYING-BSD-3). Whole license information for the project could be found in [SW-Content-Reg…
DCONTRIBUTING.md31 …CMSIS/LICENSE.txt). Overall license information for this project could be found in [SW-Content-Reg…
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
Dreadme.txt21 Multicore SDK documents can be found in the top level MCUXpressoSDK doc directory:
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md108 …n for a given low-power state. Each resource-constraint definition can be found in the file *fsl_p…
346 wsId : Used to select the wakeup source, the wsId of each wakeup source can be found in fsl_pm_devi…
391 powerModeConstraint : The lowest power mode allowed, the power mode constraint macros can be found
403 powerModeConstraint : The lowest power mode allowed, the power mode constraint macros can be found
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_join.c673 t_u8 found = 0; local
719 found = 1;
728 return found;
/hal_nxp-latest/s32/
DCMakeLists.txt26 # can be found in hal_nxp/s32/mcux/devices:
/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c606 CAAM_Type *base, caam_job_ring_t jobRing, uint32_t *descriptor, bool *wait, bool *found) in caam_out_job_ring_test_and_remove() argument
612 *found = false; in caam_out_job_ring_test_and_remove()
651 while ((!*found) && (i < jrEntries)) in caam_out_job_ring_test_and_remove()
655 *found = true; in caam_out_job_ring_test_and_remove()
1939 bool found; in CAAM_Wait() local
1943 found = false; in CAAM_Wait()
1951 … (uint32_t *)ADD_OFFSET((uint32_t)descriptor), &wait, &found); in CAAM_Wait()
1958 if (!found) in CAAM_Wait()
/hal_nxp-latest/mcux/mcux-sdk/cmake/
Dkconfig.cmake171 message(FATAL_ERROR "File not found: ${f}")
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c609 …_rpmsg_status_t HAL_ImuSendRpmsgEptQuiryRsp(hal_imu_handle_t *imuHandle, uint32_t addr, bool found) in HAL_ImuSendRpmsgEptQuiryRsp() argument
624 if (TRUE == found) in HAL_ImuSendRpmsgEptQuiryRsp()
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c612 …_imumc_status_t HAL_ImuSendImumcEptQuiryRsp(hal_imu_handle_t *imuHandle, uint32_t addr, bool found) in HAL_ImuSendImumcEptQuiryRsp() argument
627 if (TRUE == found) in HAL_ImuSendImumcEptQuiryRsp()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/
DREADME.md90 …hub.com/nxp-mcuxpresso/mcux-sdk#overview). Once done the armgcc rpmsg_lite examples can be found in
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c5022 int i, found = 0; in wlcm_process_net_ipv6_config() local
5034 found++; in wlcm_process_net_ipv6_config()
5049 if (wlan.sta_ipv6_state >= CM_STA_OBTAINING_ADDRESS && !found) in wlcm_process_net_ipv6_config()