Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/hal_nxp-3.6.0/mcux/mcux-sdk/components/serial_manager/
DKconfig19 depends on MCUX_HAS_component_serial_manager
32 depends on MCUX_HAS_component_serial_manager_uart
41 depends on MCUX_HAS_driver_flexcomm_usart
46 depends on MCUX_HAS_driver_lpsci
51 depends on MCUX_HAS_driver_lpuart
56 depends on MCUX_HAS_driver_uart
61 depends on MCUX_HAS_driver_iuart
66 depends on MCUX_HAS_driver_vusart
71 depends on MCUX_HAS_driver_lpc_miniusart
76 depends on MCUX_HAS_driver_qsci
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/components/uart/
DKconfig11 depends on MCUX_HAS_component_iuart_adapter
23 depends on MCUX_HAS_component_lpuart_adapter
35 depends on MCUX_HAS_component_lpuart_dma_adapter
46 depends on MCUX_HAS_driver_lpuart_edma
51 depends on MCUX_HAS_driver_lpuart_dma
62 depends on MCUX_HAS_component_miniusart_adapter
74 depends on MCUX_HAS_component_uart_adapter
86 depends on MCUX_HAS_component_usart_adapter
99 depends on MCUX_HAS_component_usart_dma_adapter
/hal_nxp-3.6.0/mcux/mcux-sdk/components/timer/
DKconfig11 depends on MCUX_HAS_component_ctimer_adapter
23 depends on MCUX_HAS_component_ftm_adapter
35 depends on MCUX_HAS_component_gpt_adapter
47 depends on MCUX_HAS_component_lpit_adapter
59 depends on MCUX_HAS_component_lptmr_adapter
71 depends on MCUX_HAS_component_mrt_adapter
83 depends on MCUX_HAS_component_pit_adapter
95 depends on MCUX_HAS_component_tpm_adapter
107 depends on MCUX_HAS_component_ostimer_adapter
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i2c/
DKconfig11 depends on MCUX_HAS_component_flexcomm_i2c_adapter
23 depends on MCUX_HAS_component_i2c_adapter
35 depends on MCUX_HAS_component_ii2c_adapter
47 depends on MCUX_HAS_component_lpc_i2c_adapter
59 depends on MCUX_HAS_component_lpi2c_adapter
71 depends on MCUX_HAS_component_i3c_adapter
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt18 - Add the workaround on dev_hid_mouse_bm case for the errata TN00071.
27 - Fix noise issue of UAC 3.1, UAC 5.1, UAC 7.1 on usb audio speaker demo.
29 …- Update the EHCI controller driver to support RW610 that does not reply on PHY driver, especially…
36 …- Add audio multiple channels demo (usb_device_composite_audio_multi_ch_unified) on RT600 audio bo…
37 - Fix audio noise on sync mode and improve overflow/underflow checking method.
38 - Support UAC 3.1, 5.1 and 7.1 on audio speaker demo.
39 - Set USB device CDC demo not to depend on DTR setting from host.
40 - Support MCUX toolchain on some RTxxxx platforms.
96 - Enabled Device Charger Detection (DCD) on RT1060.
97 - Enabled Device Charger Detection on RT600.
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/components/gpio/
DKconfig11 depends on MCUX_HAS_component_gpio_adapter
23 depends on MCUX_HAS_component_lpc_gpio_adapter
36 depends on MCUX_HAS_component_igpio_adapter
47 depends on MCUX_HAS_component_gint_adapter
58 depends on MCUX_HAS_component_rt_gpio_adapter
/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
DKconfig11 depends on MCUX_HAS_component_dspi_adapter
23 depends on MCUX_HAS_component_flexcomm_spi_adapter
35 depends on MCUX_HAS_component_lpspi_adapter
47 depends on MCUX_HAS_component_spi_adapter
/hal_nxp-3.6.0/mcux/mcux-sdk/components/slcd_engine/
Dslcd_engine.c13 int32_t SLCD_Engine_Show_Num(tSLCD_Engine *slcd_engine, int32_t num, int32_t pos, int32_t on) in SLCD_Engine_Show_Num() argument
29 slcd_engine->slcd_set_pin_func(SLCD_Set_Num, slcd_pin, pin_val, on); in SLCD_Engine_Show_Num()
35 int32_t SLCD_Engine_Show_Icon(tSLCD_Engine *slcd_engine, int32_t icon_pos, int32_t on) in SLCD_Engine_Show_Icon() argument
48 slcd_engine->slcd_set_pin_func(SLCD_Set_Icon, slcd_pin, pin_val, on); in SLCD_Engine_Show_Icon()
Dslcd_engine.h34 …edef void (*SLCD_SET_PIN_FUNC)(lcd_set_type_t type, uint32_t lcd_pin, uint8_t pin_val, int32_t on);
42 int32_t SLCD_Engine_Show_Icon(tSLCD_Engine *slcd_engine, int32_t icon_pos, int32_t on);
43 int32_t SLCD_Engine_Show_Num(tSLCD_Engine *slcd_engine, int32_t num, int32_t pos, int32_t on);
/hal_nxp-3.6.0/imx/
DREADME19 This code component is used to add Zephyr support on iMX7 and iMX6SX
20 processors, exclusively on Cortex M4 core, and to speed up the development
21 process it was decided to have it based on NXP FreeRTOS BSP implementation.
24 based on SoC. The packages share most of the peripheral driver files
34 This source code depends on headers and sources from zephyr:
/hal_nxp-3.6.0/s32/
DREADME10 Zephyr shim drivers are built on top of these imported drivers to adapt the S32
15 Zephyr support on NXP S32 SoCs. The "soc" directory contains SoC-specific default
57 - Set the number of UART LINFlexD instances configured that bases on the number of
59 - Set the number of SPI instances configured that bases on the number of devicetree SPI
60 nodes enabled. Enable SPI slave support bases on CONFIG_SPI_SLAVE.
61 - Wrap the defined macros of each MRU instance base on devicetree MRU node so that they
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S06/
Dall_lib_device.cmake596 # # description: A file system based on azure RTOS
599 # # description: A file system based on azure RTOS
602 # # description: A GUI library based on azure RTOS
605 # # description: A network protocol stack based on azure RTOS
608 # # description: A network protocol stack based on azure RTOS
611 # # description: A USB library based on azure RTOS
629 # # description: A USB library based on azure RTOS
641 # # description: A file system based on azure RTOS
644 # # description: A file system based on azure RTOS
647 # # description: A GUI library based on azure RTOS
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/powerquad/
DKconfig11 depends on MCUX_HAS_driver_powerquad
22 depends on MCUX_HAS_driver_powerquad_cmsis
27 CMSIS DSP functions based on POWERQUAD
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/uart/
DKconfig11 depends on MCUX_HAS_driver_uart_edma
22 depends on MCUX_HAS_driver_uart
33 depends on MCUX_HAS_driver_uart_dma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpuart/
DKconfig11 depends on MCUX_HAS_driver_lpuart_dma
22 depends on MCUX_HAS_driver_lpuart
33 depends on MCUX_HAS_driver_lpuart_edma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i2c/
DKconfig11 depends on MCUX_HAS_driver_i2c
22 depends on MCUX_HAS_driver_i2c_dma
33 depends on MCUX_HAS_driver_i2c_edma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dmic/
DKconfig11 depends on MCUX_HAS_driver_dmic
22 depends on MCUX_HAS_driver_dmic_hwvad
34 depends on MCUX_HAS_driver_dmic_dma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pdm/
DKconfig11 depends on MCUX_HAS_driver_pdm_sdma
22 depends on MCUX_HAS_driver_pdm_edma
33 depends on MCUX_HAS_driver_pdm
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sai/
DKconfig11 depends on MCUX_HAS_driver_sai
22 depends on MCUX_HAS_driver_sai_edma
33 depends on MCUX_HAS_driver_sai_sdma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexspi/
DKconfig11 depends on MCUX_HAS_driver_flexspi_edma
22 depends on MCUX_HAS_driver_flexspi
33 depends on MCUX_HAS_driver_flexspi_dma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/i2s/
DKconfig11 depends on MCUX_HAS_driver_flexio_i2s_dma
22 depends on MCUX_HAS_driver_flexio_i2s
33 depends on MCUX_HAS_driver_flexio_i2s_edma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/mculcd/
DKconfig11 depends on MCUX_HAS_driver_flexio_mculcd_edma
22 depends on MCUX_HAS_driver_flexio_mculcd
33 depends on MCUX_HAS_driver_flexio_mculcd_smartdma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/spi/
DKconfig11 depends on MCUX_HAS_driver_flexio_spi_edma
22 depends on MCUX_HAS_driver_flexio_spi
33 depends on MCUX_HAS_driver_flexio_spi_dma
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/uart/
DKconfig11 depends on MCUX_HAS_driver_flexio_uart_edma
22 depends on MCUX_HAS_driver_flexio_uart_dma
33 depends on MCUX_HAS_driver_flexio_uart
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S16/
Dall_lib_device.cmake617 # # description: A file system based on azure RTOS
620 # # description: A file system based on azure RTOS
623 # # description: A GUI library based on azure RTOS
626 # # description: A network protocol stack based on azure RTOS
629 # # description: A network protocol stack based on azure RTOS
632 # # description: A USB library based on azure RTOS
650 # # description: A USB library based on azure RTOS
662 # # description: A file system based on azure RTOS
665 # # description: A file system based on azure RTOS
668 # # description: A GUI library based on azure RTOS
[all …]

12345678910>>...40