Lines Matching full:clear
100 * @brief Clear the designated bit from port to 0
105 * @param bit the designated bit to clear (from 0 to n)
136 * @brief Test the bit from port and clear it
142 * @param bit the designated bit to test and clear (from 0 to n)
144 * @return 0 if it was clear, 1 otherwise
270 * @brief Clear the designated bit from addr to 0
275 * @param bit the designated bit to clear (from 0 to 31)
306 * @brief Test the bit and clear it
312 * @param bit the designated bit to test and clear (from 0 to 31)
314 * @return 0 if it was clear, 1 otherwise
329 * @brief Clear the designated bit from addr to 0
334 * @param bit the designated bit to clear (arbitrary)
365 * @brief Test the bit and clear it
371 * @param bit the designated bit to test and clear (arbitrary)
373 * @return 0 if it was clear, 1 otherwise