Lines Matching +full:count +full:- +full:width
1 /* SPDX-License-Identifier: Apache-2.0 */
19 * and programmed based on user-defined options.
116 * bits WDT_CNT_WIDTH - 1 to 0
190 * The Watchdog Timer counter width.
214 * Width of the APB Data Bus to which this component is attached.
219 * APB data width is 8 bits
224 * APB data width is 16 bits
229 * APB data width is 32 bits
241 * of 2 from 2^16 to 2^(WDT_CNT_WIDTH-1). When this parameter is set to 0, the user must define the
242 * timeout period range (2^8 to 2^(WDT_CNT_WIDTH)-1) using the WDT_USER_TOP_(i) parameter.
269 * response the WDT gives if a zero count is reached; that is, a system reset if equals 0 and
295 * followed by a 16-bit unsigned number.
400 * @param wdt_counter_width Watchdog Timer counter width
408 current_counter_value &= (1 << (wdt_counter_width - 1)); in dw_wdt_current_counter_value_register_get()
493 * @brief Get the Watchdog timer counter width.
496 * @return Width of the counter register
544 * @brief Width of the APB Data Bus to which this component is attached.
547 * @return APB data width
548 * 0x0 (APB_8BITS): APB data width is 8 bits
549 * 0x1 (APB_16BITS): APB data width is 16 bits
550 * 0x2 (APB_32BITS): APB data width is 32 bits
576 * of 2 from 2^16 to 2^(WDT_CNT_WIDTH-1). When this parameter is set to 0, the user must define the
577 * timeout period range (2^8 to 2^(WDT_CNT_WIDTH)-1) using the WDT_USER_TOP_(i) parameter.
645 * response the WDT gives if a zero count is reached; that is, a system reset if equals 0 and an