Lines Matching full:it

92  * This functions takes the designated bit starting from port and sets it to 1.
102 * This functions takes the designated bit starting from port and sets it to 0.
110 * @brief Test the bit from port if it is set or not
113 * current setting. It will return the current setting.
118 * @return 1 if it is set, 0 otherwise
123 * @brief Test the bit from port and set it
126 * current setting and sets it. It will return the previous setting.
131 * @return 1 if it was set, 0 otherwise
136 * @brief Test the bit from port and clear it
139 * current setting and clears it. It will return the previous setting.
144 * @return 0 if it was clear, 1 otherwise
242 * This functions takes the designated bit starting from addr and sets it to 1.
272 * This functions takes the designated bit starting from addr and sets it to 0.
280 * @brief Test the bit if it is set or not
283 * current setting. It will return the current setting.
288 * @return 1 if it is set, 0 otherwise
293 * @brief Test the bit and set it
296 * current setting and sets it. It will return the previous setting.
301 * @return 1 if it was set, 0 otherwise
306 * @brief Test the bit and clear it
309 * current setting and clears it. It will return the previous setting.
314 * @return 0 if it was clear, 1 otherwise
321 * This functions takes the designated bit starting from addr and sets it to 1.
331 * This functions takes the designated bit starting from addr and sets it to 0.
339 * @brief Test the bit if it is set or not
342 * current setting. It will return the current setting.
347 * @return 1 if it is set, 0 otherwise
352 * @brief Test the bit and set it
355 * current setting and sets it. It will return the previous setting.
360 * @return 1 if it was set, 0 otherwise
365 * @brief Test the bit and clear it
368 * current setting and clears it. It will return the previous setting.
373 * @return 0 if it was clear, 1 otherwise