Lines Matching full:divisor
43 * server. The @c divisor param represents the period divisor value.
47 * @param divisor Health Period Divisor value.
50 uint8_t divisor);
233 /** @brief Get the target node's Health fast period divisor.
235 * The health period divisor is used to increase the publish rate when a fault
238 * period is divided by (1 << divisor). For example, if the target node's
240 * Health fast period divisor is 5, the Health server will publish with an
243 * This method can be used asynchronously by setting @p divisor
253 * @param divisor Health period divisor response buffer.
258 uint8_t *divisor);
260 /** @brief Set the target node's Health fast period divisor.
262 * The health period divisor is used to increase the publish rate when a fault
265 * period is divided by (1 << divisor). For example, if the target node's
267 * Health fast period divisor is 5, the Health server will publish with an
280 * @param divisor New Health period divisor.
281 * @param updated_divisor Health period divisor response buffer.
286 uint8_t divisor, uint8_t *updated_divisor);
288 /** @brief Set the target node's Health fast period divisor (unacknowledged).
295 * @param divisor New Health period divisor.
300 uint8_t divisor);