Searched refs:baud (Results 1 - 3 of 3) sorted by relevance

/hardware/broadcom/libbt/src/
H A Duserial_vendor.c80 ** Description helper function converts USERIAL baud rates into TCIO
81 ** conforming baud rates
86 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud) argument
89 *baud = B115200;
91 *baud = B4000000;
93 *baud = B3000000;
95 *baud = B2000000;
97 *baud = B1000000;
99 *baud = B921600;
101 *baud
180 uint32_t baud; local
[all...]
H A Dhardware.c313 ** Description helper function converts line speed number into USERIAL baud
316 ** Returns unit8_t (USERIAL baud symbol)
321 uint8_t baud; local
324 baud = USERIAL_BAUD_4M;
326 baud = USERIAL_BAUD_3M;
328 baud = USERIAL_BAUD_2M;
330 baud = USERIAL_BAUD_1M;
332 baud = USERIAL_BAUD_921600;
334 baud = USERIAL_BAUD_460800;
336 baud
[all...]
/hardware/broadcom/libbt/include/
H A Duserial_vendor.h38 /**** baud rates ****/
99 uint8_t baud; /* Baud rate */ member in struct:__anon3
156 ** Description Set new baud rate

Completed in 130 milliseconds