Searched full:esai (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/dts/bindings/dai/ |
D | nxp,dai-esai.yaml | 4 description: NXP Enhanced Serial Audio Interface (ESAI) node 6 compatible: "nxp,dai-esai" 57 esai-pin-modes: 60 This property is used to configure the ESAI pins. Each ESAI pin 65 4) ESAI (PDC[i] = 1, PC[i] = 1) 68 be set to ESAI mode. 69 esai-clock-configuration: 72 Use this property to configure the directions of the ESAI clocks (HCLK, BCLK, FSYNC).
|
/Zephyr-latest/include/zephyr/dt-bindings/dai/ |
D | esai.h | 10 /* ESAI pin IDs 28 /* ESAI pin modes 35 * PDC = 1, PC = 1 => ESAI (3) 42 /* ESAI clock IDs */ 50 /* ESAI clock directions */
|
/Zephyr-latest/drivers/dai/nxp/esai/ |
D | Kconfig.esai | 5 bool "NXP Enhanced Serial Audio Interface (ESAI) driver" 9 Select this to enable NXP ESAI driver.
|
D | CMakeLists.txt | 5 zephyr_library_sources(esai.c)
|
D | esai.h | 13 #include <zephyr/dt-bindings/dai/esai.h> 141 /* used to check if an ESAI pin is used. An ESAI pin is considered to 142 * be used if PDC and PC bits for that pin are set (i.e: pin is in ESAI 145 * The ESAI pins support 4 functionalities which can be configured 150 * 4) ESAI 338 /* initially, the assumption is that all pins are in ESAI mode */ in esai_parse_pinmodes()
|
D | esai.c | 7 #include "esai.h" 12 * to want to keep the pins of the data lines in ESAI mode. 419 /* disconnect all ESAI pins */ in esai_config_set() 502 /* enable ESAI to allow committing the configurations */ in esai_config_set() 567 /* TODO: without this, the ESAI won't enter underrun in esai_trigger_start()
|
/Zephyr-latest/drivers/dai/ |
D | Kconfig | 33 source "drivers/dai/nxp/esai/Kconfig.esai"
|
D | CMakeLists.txt | 8 add_subdirectory_ifdef(CONFIG_DAI_NXP_ESAI nxp/esai)
|
/Zephyr-latest/dts/xtensa/nxp/ |
D | nxp_imx8.dtsi | 10 #include <zephyr/dt-bindings/dai/esai.h> 155 compatible = "nxp,dai-esai"; 159 esai-pin-modes = <ESAI_PIN_HCKR ESAI_PIN_DISCONNECTED>,
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dai.h | 109 DAI_IMX_ESAI, /**< i.MX ESAI */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 769 * Fixed a bug that reset the NXP ESAI during initialization (unnecessary)
|