Lines Matching full:period
104 * Timeout period
109 * Timeout period for initialization
155 * Upper limit of Timeout Period parameters
163 * Upper limit of Initial Timeout Period parameters
195 * Describes the initial timeout period that is available directly after reset. It controls the
196 * reset value of the register. If WDT_HC_TOP is 1, then the default initial time period is the
197 * only possible period.
202 * Selects the timeout period that is available directly after reset. It controls the reset value
203 * of the register. If WDT_HC_TOP is set to 1, then the default timeout period is the only possible
204 * timeout period. Can choose one of 16 values.
240 * When this parameter is set to 1, timeout period range is fixed. The range increments by the power
242 * timeout period range (2^8 to 2^(WDT_CNT_WIDTH)-1) using the WDT_USER_TOP_(i) parameter.
247 * When set to 1, the selected timeout period(s)
262 * When set to 1, includes a second timeout period that is used for initialization prior to the
355 * @brief Set timeout period.
358 * @param timeout_period Timeout period value selector
370 * @brief Get actual timeout period range.
373 * @return Actual timeout period range
381 * @brief Timeout period for initialization.
384 * @param timeout_period Timeout period value selector
449 * @brief Gets the upper limit of Timeout Period parameters.
452 * @return Upper limit of Timeout Period parameters.
460 * @brief Gets the Upper limit of Initial Timeout Period parameters.
463 * @return Upper limit of Initial Timeout Period parameters.
504 * @brief Describes the initial timeout period that is available directly after reset.
507 * period is the only possible period.
510 * @return Initial timeout period
518 * @brief Get default timeout period
520 * Selects the timeout period that is available directly after reset. It controls the reset value
521 * of the register. If WDT_HC_TOP is set to 1, then the default timeout period is the only possible
522 * timeout period. Can choose one of 16 values.
525 * @return Default timeout period
573 * @brief Get fixed period status
575 * When this parameter is set to 1, timeout period range is fixed. The range increments by the power
577 * timeout period range (2^8 to 2^(WDT_CNT_WIDTH)-1) using the WDT_USER_TOP_(i) parameter.
589 * @brief Checks if period is hardcoded
591 * When set to 1, the selected timeout period(s) is set to be hard coded.
594 * @return 0x0 (PROGRAMMABLE): Timeout period is programmable
595 * 0x1 (HARDCODED): Timeout period is hard coded
627 * @brief Checks if a second timeout period if supported.
629 * When set to 1, includes a second timeout period that is used for initialization prior to the
633 * @return 0x0 (DISABLED): Second timeout period is not present
634 * 0x1 (ENABLED): Second timeout period is present