Home
last modified time | relevance | path

Searched refs:UartGetBaud (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/test/unittest/platform/common/
Duart_test.c189 ret = UartGetBaud(tester->handle, &baud); in UartGetBaudTest()
266 (void)UartGetBaud(tester->handle, &baud); in UartReliabilityTest()
267 (void)UartGetBaud(tester->handle, NULL); in UartReliabilityTest()
295 UartGetBaud(tester->handle, &baudRate); in UartIfPerformanceTest()
/drivers/hdf_core/framework/include/platform/
Duart_if.h320 int32_t UartGetBaud(DevHandle handle, uint32_t *baudRate);
/drivers/hdf_core/framework/support/platform/src/uart/
Duart_if.c84 int32_t UartGetBaud(DevHandle handle, uint32_t *baudRate) in UartGetBaud() function
Duart_if_u.c198 int32_t UartGetBaud(DevHandle handle, uint32_t *baudRate) in UartGetBaud() function