Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/boards/mekmimx8qx/project_template/
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-3.5.0/mcux/mcux-sdk/boards/mekmimx8qm/project_template/
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-3.5.0/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-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.h178 …ervice_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint8_t needStop);
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()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c2263 uint8_t needStop = 0U; in USB_HostEhciQhQtdListDeinit() local
2297 needStop = 1U; in USB_HostEhciQhQtdListDeinit()
2299 if (0U != needStop) in USB_HostEhciQhQtdListDeinit()
2306 if (0U != needStop) in USB_HostEhciQhQtdListDeinit()