git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5837 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
453458c94a
commit
f08f949753
|
@ -78,13 +78,13 @@
|
|||
/**
|
||||
* @brief Input pad with weak pull up resistor.
|
||||
*/
|
||||
#define PAL_MODE_INPUT_PULLUP (PAL_SPC5_IBE |PAL_SPC5_WPE | \
|
||||
#define PAL_MODE_INPUT_PULLUP (PAL_SPC5_IBE | PAL_SPC5_WPE | \
|
||||
PAL_SPC5_WPS)
|
||||
|
||||
/**
|
||||
* @brief Input pad with weak pull down resistor.
|
||||
*/
|
||||
#define PAL_MODE_INPUT_PULLDOWN (PAL_SPC5_IBE |PAL_SPC5_WPE)
|
||||
#define PAL_MODE_INPUT_PULLDOWN (PAL_SPC5_IBE | PAL_SPC5_WPE)
|
||||
|
||||
/**
|
||||
* @brief Analog input mode.
|
||||
|
|
|
@ -80,13 +80,13 @@
|
|||
/**
|
||||
* @brief Input pad with weak pull up resistor.
|
||||
*/
|
||||
#define PAL_MODE_INPUT_PULLUP (PAL_SPC5_IBE |PAL_SPC5_WPE | \
|
||||
#define PAL_MODE_INPUT_PULLUP (PAL_SPC5_IBE | PAL_SPC5_WPE | \
|
||||
PAL_SPC5_WPS)
|
||||
|
||||
/**
|
||||
* @brief Input pad with weak pull down resistor.
|
||||
*/
|
||||
#define PAL_MODE_INPUT_PULLDOWN (PAL_SPC5_IBE |PAL_SPC5_WPE)
|
||||
#define PAL_MODE_INPUT_PULLDOWN (PAL_SPC5_IBE | PAL_SPC5_WPE)
|
||||
|
||||
/**
|
||||
* @brief Push-pull output pad.
|
||||
|
|
Loading…
Reference in New Issue