git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5837 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-06-12 08:35:55 +00:00
parent 453458c94a
commit f08f949753
2 changed files with 4 additions and 4 deletions

View File

@ -78,13 +78,13 @@
/** /**
* @brief Input pad with weak pull up resistor. * @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) PAL_SPC5_WPS)
/** /**
* @brief Input pad with weak pull down resistor. * @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. * @brief Analog input mode.

View File

@ -80,13 +80,13 @@
/** /**
* @brief Input pad with weak pull up resistor. * @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) PAL_SPC5_WPS)
/** /**
* @brief Input pad with weak pull down resistor. * @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. * @brief Push-pull output pad.