/hal_nxp-3.5.0/mcux/mcux-sdk/scripts/kconfig/ |
D | diffconfig.py | 99 a = readconfig(open(configa_filename)) 100 b = readconfig(open(configb_filename))
|
D | misc.py | 11 with open(filename, mode, encoding='utf-8') as f: 21 with open(filename, "r", encoding='utf-8') as f:
|
D | kconfig.py | 232 with open(kconfig_list_path, 'w') as out:
|
D | guiconfig.py | 1020 _tree.item(item, open=False) 1026 _tree.item(item, open=True)
|
D | kconfiglib.py | 3921 return open(filename, "rU" if mode == "r" else mode) if _IS_PY2 else \ 3922 open(filename, mode, encoding=self._encoding) 6388 os.close(os.open(
|
/hal_nxp-3.5.0/mcux/scripts/pinctrl/imx/ |
D | imx_fixup_pinmux.py | 30 iomux_file = open(args.iomuxc_file, 'r', encoding='utf8') 34 pinctrl_file = open(args.pinctrl_file, 'r+', encoding='utf8')
|
D | imx_cfg_utils.py | 922 with open(outputfile, "w", encoding='utf8') as gpio_dsti: 994 with open(outputfile, "w", encoding='utf8') as soc_dtsi: 1064 with open(outputfile, "w", encoding="utf8") as dts_file:
|
/hal_nxp-3.5.0/mcux/mcux-sdk/ |
D | CONTRIBUTING.md | 34 …ontribution, and you allow our project to use your contribution under the open source license. The… 51 have the right to submit it under the open source license 55 of my knowledge, is covered under an appropriate open source 58 by me, under the same open source license (unless I am 70 this project or the open source license(s) involved. 176 …ck on the Compare & pull request button for the branch you just pushed to open a pull request. Ple…
|
D | CODE_OF_CONDUCT.md | 13 We pledge to act and interact in ways that contribute to an open, welcoming,
|
D | LA_OPT_NXP_Software_License RTAudio.txt | 13 …in the Licensed Software that is not NXP proprietary software, and is not open source software, an… 34 …open source license(s), such as the BSD License, Apache License or the GNU Lesser General Public L…
|
D | LA_OPT_NXP_Software_License.txt | 13 …in the Licensed Software that is not NXP proprietary software, and is not open source software, an… 35 …open source license(s), such as the BSD License, Apache License or the GNU Lesser General Public L…
|
D | SW-Content-Register.txt | 139 Approved open source license: Yes
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_audio_service.c | 285 if ((sai != NULL) && (sai->open != NULL)) in SRTM_AudioService_Request() 287 status = sai->open(sai, SRTM_AudioDirTx, iface->index); in SRTM_AudioService_Request() 424 if ((sai != NULL) && (sai->open != NULL)) in SRTM_AudioService_Request() 426 status = sai->open(sai, SRTM_AudioDirRx, iface->index); in SRTM_AudioService_Request()
|
D | srtm_audio_service.h | 93 srtm_status_t (*open)(srtm_sai_adapter_t adapter, srtm_audio_dir_t dir, uint8_t index); member
|
D | srtm_sai_sdma_adapter.c | 1624 handle->adapter.open = SRTM_SaiSdmaAdapter_Open; in SRTM_SaiSdmaAdapter_Create()
|
/hal_nxp-3.5.0/mcux/scripts/pinctrl/ |
D | gen_board_pinctrl.py | 92 with open(npi_data, 'r', encoding='UTF8') as stream:
|
D | gen_soc_headers.py | 89 with open(npi_data, 'r', encoding='UTF8') as stream:
|
/hal_nxp-3.5.0/mcux/scripts/pinctrl/kinetis/ |
D | kinetis_cfg_utils.py | 534 with open(outputfile, "w", encoding="utf8") as file: 581 with open(outputfile, "w", encoding="utf8") as file:
|
/hal_nxp-3.5.0/mcux/scripts/pinctrl/lpc/ |
D | lpc_cfg_utils.py | 674 with open(outputfile, "w", encoding="utf8") as file: 742 with open(outputfile, "w", encoding="utf8") as file:
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host.h | 231 uint8_t open; /*!< 0 - closed, 1 - open*/ member
|
D | usb_host_khci.c | 1746 pipePointer->open = (uint8_t)1U; in USB_HostKhciOpenPipe() 1781 if ((pipePointer != NULL) && (pipePointer->open == (uint8_t)1U)) in USB_HostKhciClosePipe() 1794 if ((0U != pipePointer->open) && (pipePointer == pipeHandle)) in USB_HostKhciClosePipe()
|
D | usb_host_ohci.c | 2350 pipe->pipeCommon.open = 1U; in USB_HostOhciOpenPipe() 2440 pipe->pipeCommon.open = 0U; in USB_HostOhciOpenPipe() 2476 pipe->pipeCommon.open = 0U; in USB_HostOhciClosePipe()
|
D | usb_host_ip3516hs.c | 1515 pipe->pipeCommon.open = 0U; in USB_HostIp3516HsOpenInterruptPipe() 3565 pipe->pipeCommon.open = 1U; in USB_HostIp3516HsOpenPipe() 3652 pipe->pipeCommon.open = 0U; in USB_HostIp3516HsOpenPipe() 3693 pipe->pipeCommon.open = 0U; in USB_HostIp3516HsClosePipe()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/cmake/ |
D | kconfig.cmake | 187 # Check if the checksum file exists too before trying to open it, though it
|
/hal_nxp-3.5.0/mcux/mcux-sdk/docs/ |
D | run_a_project_using_armgcc.md | 110 7. If not already running, open a GCC ARM Embedded tool chain command window. To launch the window,…
|