From bede8d6781661d679475d2b60d87fb7f43cc5e8e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 25 Sep 2011 15:18:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3410 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC11xx/pal_lld.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'os/hal/platforms/LPC11xx') diff --git a/os/hal/platforms/LPC11xx/pal_lld.h b/os/hal/platforms/LPC11xx/pal_lld.h index b46362aeb..2e99f0697 100644 --- a/os/hal/platforms/LPC11xx/pal_lld.h +++ b/os/hal/platforms/LPC11xx/pal_lld.h @@ -147,8 +147,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Reads the physical I/O port states. - * @note This function is not meant to be invoked directly by the - * application code. * * @param[in] port port identifier * @return The port bits. @@ -161,8 +159,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; * @brief Reads the output latch. * @details The purpose of this function is to read back the latched output * value. - * @note This function is not meant to be invoked directly by the - * application code. * * @param[in] port port identifier * @return The latched logical states. @@ -173,8 +169,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Writes a bits mask on a I/O port. - * @note This function is not meant to be invoked directly by the - * application code. * * @param[in] port port identifier * @param[in] bits bits to be written on the specified port @@ -185,8 +179,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Sets a bits mask on a I/O port. - * @note This function is not meant to be invoked directly by the - * application code. * @note The @ref PAL provides a default software implementation of this * functionality, implement this function if can optimize it by using * special hardware functionalities or special coding. @@ -200,8 +192,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Clears a bits mask on a I/O port. - * @note This function is not meant to be invoked directly by the - * application code. * @note The @ref PAL provides a default software implementation of this * functionality, implement this function if can optimize it by using * special hardware functionalities or special coding. @@ -215,8 +205,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Reads a group of bits. - * @note This function is not meant to be invoked directly by the - * application code. * @note The @ref PAL provides a default software implementation of this * functionality, implement this function if can optimize it by using * special hardware functionalities or special coding. @@ -233,8 +221,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Writes a group of bits. - * @note This function is not meant to be invoked directly by the - * application code. * @note The @ref PAL provides a default software implementation of this * functionality, implement this function if can optimize it by using * special hardware functionalities or special coding. @@ -254,8 +240,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; * @brief Pads group mode setup. * @details This function programs a pads group belonging to the same port * with the specified mode. - * @note This function is not meant to be invoked directly by the - * application code. * @note Programming an unknown or unsupported mode is silently ignored. * * @param[in] port port identifier @@ -287,8 +271,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Sets a pad logical state to @p PAL_HIGH. - * @note This function is not meant to be invoked directly by the - * application code. * @note The @ref PAL provides a default software implementation of this * functionality, implement this function if can optimize it by using * special hardware functionalities or special coding. @@ -303,8 +285,6 @@ typedef LPC_GPIO_TypeDef *ioportid_t; /** * @brief Clears a pad logical state to @p PAL_LOW. - * @note This function is not meant to be invoked directly by the - * application code. * @note The @ref PAL provides a default software implementation of this * functionality, implement this function if can optimize it by using * special hardware functionalities or special coding. -- cgit v1.2.3