Home
last modified time | relevance | path

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

12

/hal_nxp-3.7.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…
DREADME.md66 Most of software in the project is open-source and licensed under BSD-3-Clause, see [COPYING_BSD-3]…
69 …on, you could create an issue to suggest a new idea or track a bug. Contribution will be open soon.
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.txt156 Approved open source license: Yes
/hal_nxp-3.7.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)
/hal_nxp-3.7.0/mcux/mcux-sdk/components/conn_fwloader/script/
Dfw_bin2c_conv.py7 with open(binfile_name, 'rb') as in_file:
44 with open(out_src_file_name, 'w') as out_file:
/hal_nxp-3.7.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.py928 with open(outputfile, "w", encoding='utf8') as gpio_dsti:
1000 with open(outputfile, "w", encoding='utf8') as soc_dtsi:
1070 with open(outputfile, "w", encoding="utf8") as dts_file:
/hal_nxp-3.7.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
/hal_nxp-3.7.0/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py570 with open(outputfile, "w", encoding="utf8") as file:
625 with open(outputfile, "w", encoding="utf8") as file:
/hal_nxp-3.7.0/mcux/scripts/pinctrl/
Dgen_board_pinctrl.py95 with open(npi_data, 'r', encoding='UTF8') as stream:
Dgen_soc_headers.py92 with open(npi_data, 'r', encoding='UTF8') as stream:
/hal_nxp-3.7.0/mcux/scripts/pinctrl/lpc/
Dlpc_cfg_utils.py676 with open(outputfile, "w", encoding="utf8") as file:
744 with open(outputfile, "w", encoding="utf8") as file:
/hal_nxp-3.7.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.7.0/mcux/mcux-sdk/cmake/
Dkconfig.cmake187 # Check if the checksum file exists too before trying to open it, though it
/hal_nxp-3.7.0/zephyr/blobs/license/
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…

12