Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 30) sorted by relevance

12

/hal_nxp-3.5.0/mcux/mcux-sdk/scripts/kconfig/
Ddiffconfig.py99 a = readconfig(open(configa_filename))
100 b = readconfig(open(configb_filename))
Dmisc.py11 with open(filename, mode, encoding='utf-8') as f:
21 with open(filename, "r", encoding='utf-8') as f:
Dkconfig.py232 with open(kconfig_list_path, 'w') as out:
Dguiconfig.py1020 _tree.item(item, open=False)
1026 _tree.item(item, open=True)
Dkconfiglib.py3921 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/
Dimx_fixup_pinmux.py30 iomux_file = open(args.iomuxc_file, 'r', encoding='utf8')
34 pinctrl_file = open(args.pinctrl_file, 'r+', encoding='utf8')
Dimx_cfg_utils.py922 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/
DCONTRIBUTING.md34 …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…
DCODE_OF_CONDUCT.md13 We pledge to act and interact in ways that contribute to an open, welcoming,
DLA_OPT_NXP_Software_License RTAudio.txt13 …in the Licensed Software that is not NXP proprietary software, and is not open source software, an…
34open source license(s), such as the BSD License, Apache License or the GNU Lesser General Public L…
DLA_OPT_NXP_Software_License.txt13 …in the Licensed Software that is not NXP proprietary software, and is not open source software, an…
35open source license(s), such as the BSD License, Apache License or the GNU Lesser General Public L…
DSW-Content-Register.txt139 Approved open source license: Yes
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_audio_service.c285 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()
Dsrtm_audio_service.h93 srtm_status_t (*open)(srtm_sai_adapter_t adapter, srtm_audio_dir_t dir, uint8_t index); member
Dsrtm_sai_sdma_adapter.c1624 handle->adapter.open = SRTM_SaiSdmaAdapter_Open; in SRTM_SaiSdmaAdapter_Create()
/hal_nxp-3.5.0/mcux/scripts/pinctrl/
Dgen_board_pinctrl.py92 with open(npi_data, 'r', encoding='UTF8') as stream:
Dgen_soc_headers.py89 with open(npi_data, 'r', encoding='UTF8') as stream:
/hal_nxp-3.5.0/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py534 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/
Dlpc_cfg_utils.py674 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/
Dusb_host.h231 uint8_t open; /*!< 0 - closed, 1 - open*/ member
Dusb_host_khci.c1746 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()
Dusb_host_ohci.c2350 pipe->pipeCommon.open = 1U; in USB_HostOhciOpenPipe()
2440 pipe->pipeCommon.open = 0U; in USB_HostOhciOpenPipe()
2476 pipe->pipeCommon.open = 0U; in USB_HostOhciClosePipe()
Dusb_host_ip3516hs.c1515 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/
Dkconfig.cmake187 # Check if the checksum file exists too before trying to open it, though it
/hal_nxp-3.5.0/mcux/mcux-sdk/docs/
Drun_a_project_using_armgcc.md110 7. If not already running, open a GCC ARM Embedded tool chain command window. To launch the window,…

12