Home
last modified time | relevance | path

Searched refs:needStop (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qx/
Dboard.h129 …, uint32_t baudRate_Hz, uint8_t deviceAddress, uint8_t *txBuff, uint8_t txBuffSize, bool needStop);
141 uint8_t needStop);
Dboard.c277 …e, uint32_t baudRate_Hz, uint8_t deviceAddress, uint8_t *txBuff, uint8_t txBuffSize, bool needStop) in BOARD_LPI2C_SendWithoutSubAddr() argument
338 if (needStop) in BOARD_LPI2C_SendWithoutSubAddr()
/hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qm/
Dboard.h136 uint8_t needStop);
148 uint8_t needStop);
Dboard.c224 uint8_t needStop) in BOARD_LPI2C_SendWithoutSubAddr() argument
274 if (needStop) in BOARD_LPI2C_SendWithoutSubAddr()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.c317 …service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint8_t needStop) in SRTM_I2C_RequestBusWrite() argument
332 i2cReq->flags = needStop > 0U ? (SRTM_I2C_FLAG_NEED_STOP) : 0U; in SRTM_I2C_RequestBusWrite()
Dsrtm_i2c_service.h178 …ervice_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint8_t needStop);
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c2288 uint8_t needStop = 0U; in USB_HostEhciQhQtdListDeinit() local
2322 needStop = 1U; in USB_HostEhciQhQtdListDeinit()
2324 if (0U != needStop) in USB_HostEhciQhQtdListDeinit()
2331 if (0U != needStop) in USB_HostEhciQhQtdListDeinit()