zephyr/drivers/mipi_dbi
Daniel DeGrasse c6cf9b9e8b drivers: mipi_dbi: mipi_dbi_nxp_lcdic: fix reset pulse calculation
Reset pulse count can be up to 512 before we would be unable to support
it using the peripheral. Use a uint32_t for the count, so that even long
reset pulses will still be calculated correctly. Add code to warn about
reset pulse requests that are too long.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-11-22 22:47:36 +00:00
..
CMakeLists.txt
Kconfig
Kconfig.bitbang
Kconfig.nxp_flexio_lcdif boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
Kconfig.nxp_lcdic
Kconfig.smartbond
Kconfig.spi
Kconfig.stm32_fmc
mipi_dbi_bitbang.c
mipi_dbi_nxp_flexio_lcdif.c
mipi_dbi_nxp_lcdic.c drivers: mipi_dbi: mipi_dbi_nxp_lcdic: fix reset pulse calculation 2024-11-22 22:47:36 +00:00
mipi_dbi_smartbond.c sys: util: use BITS_PER_BYTE macro instead of the magic number 8 2024-11-16 15:22:35 -05:00
mipi_dbi_spi.c
mipi_dbi_stm32_fmc.c