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

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2229 #define IsValidBaudRate(a) \ macro
2263 SV.serialSpeed = IsValidBaudRate(temp) ? temp : 9600;
2361 * For speeds that return false from the IsValidBaudRate macro, the OT
2377 SV.serialSpeed = IsValidBaudRate(temp) ? temp : 2400;

Completed in 74 milliseconds