Lines Matching full:number
125 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be …
127 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf…
138 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be …
140 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf…
156 * @param pin_number Specifies the pin number.
172 * @brief Function for configuring the given GPIO pin number as output, hiding inner details.
175 * @param pin_number Specifies the pin number.
182 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
185 * @param pin_number Specifies the pin number.
195 * @param pin_number Specifies the pin number.
200 * @brief Function for configuring the given GPIO pin number as a watcher. Only input is connected.
202 * @param pin_number Specifies the pin number.
210 * @param pin_number Specifies the pin number.
216 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
220 * @param pin_number Specifies the pin number.
231 * @param pin_number Specifies the pin number.
240 * @param pin_number Specifies the pin number for which to set the direction.
251 * @param pin_number Specifies the pin number to set.
261 * @param pin_number Specifies the pin number to clear.
271 * @param pin_number Specifies the pin number to toggle.
281 * @param pin_number Specifies the pin number to write.
295 * @param pin_number Specifies the pin number to read.
304 * @param pin_number Specifies the pin number to read.
313 * @param pin_number Specifies the pin number to read.
322 * @param pin_number Specifies the pin number to read.
331 * @param pin_number Specifies the pin number to read.
422 * @param length Number of ports to read.
432 * @param length Number of ports to read.
441 * @param pin_number Pin number.
450 * @param pin_number Pin number.
459 * @brief Function for extracting port and relative pin number from absolute pin number.
461 * @param[inout] Pointer to absolute pin number which is overriden by relative to port pin number.