Searched refs:needStop (Results 1 – 11 of 11) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/mekmimx8qx/ |
D | board.h | 129 …, uint32_t baudRate_Hz, uint8_t deviceAddress, uint8_t *txBuff, uint8_t txBuffSize, bool needStop); 141 uint8_t needStop);
|
D | board.c | 277 …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/ |
D | board.h | 129 …, uint32_t baudRate_Hz, uint8_t deviceAddress, uint8_t *txBuff, uint8_t txBuffSize, bool needStop); 141 uint8_t needStop);
|
D | board.c | 277 …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/ |
D | board.h | 136 uint8_t needStop); 148 uint8_t needStop);
|
D | board.c | 224 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/ |
D | board.h | 136 uint8_t needStop); 148 uint8_t needStop);
|
D | board.c | 224 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/ |
D | srtm_i2c_service.h | 178 …ervice_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint8_t needStop);
|
D | srtm_i2c_service.c | 317 …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/ |
D | usb_host_ehci.c | 2263 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()
|