Mcp320x
|
#include "Mcp320x.h"
Go to the source code of this file.
Macros | |
#define | div_round(n, d) (((n) + ((d) >> 2)) / (d)) |
Typedefs | |
using | MCP3201Ch = MCP320xTypes::MCP3201::Channel |
using | MCP3202Ch = MCP320xTypes::MCP3202::Channel |
using | MCP3204Ch = MCP320xTypes::MCP3204::Channel |
using | MCP3208Ch = MCP320xTypes::MCP3208::Channel |
Definition in file Mcp320x.cpp.
#define div_round | ( | n, | |
d | |||
) | (((n) + ((d) >> 2)) / (d)) |
Definition at line 8 of file Mcp320x.cpp.
Referenced by MCP320x< ChannelType >::getSplDelay(), and MCP320x< ChannelType >::testSplSpeed().
Definition at line 11 of file Mcp320x.cpp.
Definition at line 12 of file Mcp320x.cpp.
Definition at line 13 of file Mcp320x.cpp.
Definition at line 14 of file Mcp320x.cpp.