Home
last modified time | relevance | path

Searched refs:nbbytes (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1727 uint32_t nbbytes; in HAL_DSI_Read() local
1783 nbbytes = (datasize < 4U) ? datasize : 4U; in HAL_DSI_Read()
1785 for (count = 0U; count < nbbytes; count++) in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1872 uint32_t nbbytes; in HAL_DSI_Read() local
1928 nbbytes = (datasize < 4U) ? datasize : 4U; in HAL_DSI_Read()
1930 for (count = 0U; count < nbbytes; count++) in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1727 uint32_t nbbytes; in HAL_DSI_Read() local
1783 nbbytes = (datasize < 4U) ? datasize : 4U; in HAL_DSI_Read()
1785 for (count = 0U; count < nbbytes; count++) in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1727 uint32_t nbbytes; in HAL_DSI_Read() local
1783 nbbytes = (datasize < 4U) ? datasize : 4U; in HAL_DSI_Read()
1785 for (count = 0U; count < nbbytes; count++) in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1727 uint32_t nbbytes; in HAL_DSI_Read() local
1783 nbbytes = (datasize < 4U) ? datasize : 4U; in HAL_DSI_Read()
1785 for (count = 0U; count < nbbytes; count++) in HAL_DSI_Read()