Searched defs:setBaudRate (Results 1 - 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/grovegprs/
H A Dgrovegprs.cxx70 mraa::Result GroveGPRS::setBaudRate(int baud) function in class:GroveGPRS
72 return m_uart.setBaudRate(baud);
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Duart.hpp190 setBaudRate(unsigned int baud) function in class:mraa::Uart
/hardware/bsp/intel/peripheral/libupm/src/sm130/
H A Dsm130.cxx56 mraa::Result SM130::setBaudRate(int baud) function in class:SM130
59 return m_uart.setBaudRate(baud);
109 setBaudRate(m_baud);
765 setBaudRate(oldBaud);

Completed in 4532 milliseconds