Lines Matching +full:address +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.
295 * followed by a 16-bit unsigned number.
303 * @param base Device base address.
319 * @param base Device base address.
341 * @param base Device base address.
357 * @param base Device base address.
372 * @param base Device base address.
383 * @param base Device base address.
399 * @param base Device base address.
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()
417 * @param base Device base address.
427 * @param base Device base address.
441 * @param base Device base address.
451 * @param base Device base address.
462 * @param base Device base address.
473 * @param base Device base address.
484 * @param base Device base address.
493 * @brief Get the Watchdog timer counter width.
495 * @param base Device base address.
496 * @return Width of the counter register
509 * @param base Device base address.
524 * @param base Device base address.
535 * @param base Device base address.
544 * @brief Width of the APB Data Bus to which this component is attached.
546 * @param base Device base address.
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
563 * @param base Device base address.
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.
579 * @param base Device base address.
593 * @param base Device base address.
605 * @param base Device base address.
617 * @param base Device base address.
632 * @param base Device base address.
649 * @param base Device base address.
664 * @param base Device base address.
678 * @param base Device base address.
689 * @param base Device base address.