/Zephyr-latest/dts/bindings/display/ |
D | ultrachip,uc81xx-common.yaml | 70 description: VCOM LUT 74 description: White-to-white LUT 78 description: Black-to-white LUT 82 description: White-to-black LUT 86 description: White-to-black LUT 90 description: Border LUT
|
D | solomon,ssd16xx-common.yaml | 59 lut: 61 description: LUT associated with this profile.
|
/Zephyr-latest/samples/drivers/memc/boards/ |
D | frdm_rw612.conf | 6 # the PSRAM configuration will overwrite the LUT entries for the QSPI flash, 13 # the LUT table for port A. Finally, the PSRAM driver can initialize and 14 # program the LUT table for port B
|
D | rd_rw612_bga.conf | 6 # the PSRAM configuration will overwrite the LUT entries for the QSPI flash, 13 # the LUT table for port A. Finally, the PSRAM driver can initialize and 14 # program the LUT table for port B
|
/Zephyr-latest/drivers/memc/ |
D | memc_mcux_flexspi.h | 11 /* Size of a command in the LUT table */ 60 * @param lut_count: number of LUT entries (4 bytes each) in lut array 86 * LUT array was loaded at offset 0.
|
D | memc_mcux_flexspi.c | 41 /* Structure tracking LUT offset and usage per each port */ 161 /* We cannot reuse the existing LUT slot, in memc_flexspi_set_device_config() 162 * Check if the LUT table will fit into the remaining LUT slots in memc_flexspi_set_device_config() 177 * To do this, we will copy the LUT array into stack-allocated in memc_flexspi_set_device_config() 185 /* Update FlexSPI AWRSEQID and ARDSEQID values based on where the LUT in memc_flexspi_set_device_config() 189 /* Update lut offset with new value */ in memc_flexspi_set_device_config() 193 * 4 entries. Round LUT usage up to nearest sequence in memc_flexspi_set_device_config()
|
D | memc_nxp_s32_qspi.h | 13 * @brief Build a QSPI Look-up Table (LUT) sequence entry.
|
/Zephyr-latest/arch/common/ |
D | Kconfig | 20 bool "Auto generates the multi-level interrupt LUT (deprecated)" 31 A make-shift Kconfig to continue generating the multi-level interrupt LUT
|
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdeh029a1.overlay | 37 lut = [ 50 lut = [
|
D | waveshare_epaper_gdeh0213b1.overlay | 37 lut = [ 52 lut = [
|
D | waveshare_epaper_gdeh0213b72.overlay | 37 lut = [ 60 lut = [
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | imx8ulp_clock.h | 11 * match the indexes in the PCC driver LUT at which the
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board.dts | 73 lut = [ 88 lut = [
|
D | reel_board_nrf52840_2.overlay | 54 lut = [ 98 lut = [
|
/Zephyr-latest/drivers/display/ |
D | ssd16xx.c | 79 struct ssd16xx_dt_array lut; member 263 const bool load_lut = !p || p->lut.len == 0; in ssd16xx_update_display() 709 const struct ssd16xx_dt_array *lut) in ssd16xx_load_lut() argument 713 if (lut && lut->len) { in ssd16xx_load_lut() 714 LOG_DBG("Using user-provided LUT"); in ssd16xx_load_lut() 716 lut->data, lut->len); in ssd16xx_load_lut() 780 err = ssd16xx_load_lut(dev, p ? &p->lut : NULL); in ssd16xx_set_profile() 1021 SSD16XX_MAKE_ARRAY_OPT(n, lut); \ 1026 .lut = SSD16XX_ASSIGN_ARRAY(n, lut), \
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | flexspi_nor_config.h | 221 /* !< [0x014-0x017] Device mode sequence info, [7:0] - LUT sequence id, [15:8] - LUt */ 250 /* !< [0x047-0x047] LUT customization Enable, it is required if the program/erase cannot */ 252 /* ! be done using 1 LUT sequence, currently, only applicable to HyperFLASH */ 284 /* !< [0x180-0x1af] Customizable LUT Sequences */
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_bitbang.c | 20 /* Compile in a data bus LUT for improved performance if at least one instance uses an 8-bit bus */ 60 /* Indicates whether all data GPIO pins are on the same port and the data LUT is used. */ 256 * For 8-bit mode only because LUT size grows exponentially. in mipi_dbi_bitbang_init() 268 LOG_DBG("LUT optimization enabled. data_mask=0x%x", config->data_mask); in mipi_dbi_bitbang_init() 284 /* This macro is repeatedly called by LISTIFY() at compile-time to generate the data bus LUT */
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/ |
D | test_suite_full_list_no_overwrite.c | 14 /* This LUT contains different combinations of ID and Address pairs */
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/ |
D | main.c | 17 /* This LUT contains different combinations of ID, Address with no key type */ 28 /* This LUT contains different combinations of ID, Address and key type */
|
D | test_suite_foreach_type_invalid_inputs.c | 13 /* This LUT contains different combinations of ID, Address and key type.
|
/Zephyr-latest/drivers/flash/ |
D | flash_mcux_flexspi_nor.c | 84 * FLEXSPI LUT buffer used during configuration. Stored in .data to avoid 89 /* Initial LUT table */ 494 * @param flexspi_lut: flexspi lut table, useful if instruction writes are needed 639 * @param flexspi_lut: flexspi lut table, useful if instruction writes are needed 662 /* Flash is always in 4 byte mode. We just need to configure LUT */ in flash_flexspi_nor_4byte_enable() 742 * @param flexspi_lut: LUT table, filled with READ LUT command 790 /* Update LUT for ERASE_SECTOR and ERASE_BLOCK to use 32 bit addr */ in flash_flexspi_nor_config_flash() 952 /* Checks JEDEC ID of flash. If supported, installs custom LUT table */ 1173 /* Setup initial LUT table and FlexSPI configuration */ in flash_flexspi_nor_probe() 1232 * from devicetree and the configured LUT in flash_flexspi_nor_probe() [all …]
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/ |
D | test_suite_foreach_bond_invalid_inputs.c | 12 /* This LUT contains different combinations of ID and Address pairs */
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_update_usage/src/ |
D | test_suite_save_aging_counter.c | 17 /* This LUT contains different combinations of ID and Address pairs.
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/src/ |
D | main.c | 15 /* This LUT contains different key types */
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_addr/src/ |
D | main.c | 19 /* This LUT contains different combinations of ID, Address and key type.
|