Searched full:period (Results 1 – 9 of 9) sorted by relevance
/mcuboot-latest/boot/cypress/libs/watchdog/ |
D | watchdog.c | 54 …uint16_t min_period_ms; // Minimum period in milliseconds that can be represented with this many i… 55 …und_threshold_ms; // Timeout threshold in milliseconds from which to round up to the minimum period 59 // ILO Period = 1 / 32768 Hz = .030518 ms 60 // WDT Reset Period (timeout_ms) = .030518 ms * (2 * 2^(16 - ignore_bits) + match) 64 {4001, 3001}, // 0 bits: min period: 4001ms, max period: 6000ms, round up from 3001+ms 65 {2001, 1500}, // 1 bit: min period: 2001ms, max period: 3000ms, round up from 1500+ms 66 {1001, 750}, // 2 bits: min period: 1001ms, max period: 1499ms, round up from 750+ms 67 {501, 375}, // 3 bits: min period: 501ms, max period: 749ms, round up from 375+ms 68 {251, 188}, // 4 bits: min period: 251ms, max period: 374ms, round up from 188+ms 69 {126, 94}, // 5 bits: min period: 126ms, max period: 187ms, round up from 94+ms [all …]
|
/mcuboot-latest/boot/boot_serial/ |
D | syscfg.yml | 44 string is detected during this period, the serial boot loader is 45 started. If the period expires without the management string being 58 detected during the timeout period, the serial boot loader is 59 started. If the period expires without this string being received,
|
/mcuboot-latest/ |
D | CODE_OF_CONDUCT.md | 91 those enforcing the Code of Conduct, for a specified period of time. This 102 communication with the community for a specified period of time. No public or 104 with those enforcing the Code of Conduct, is allowed during this period.
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | main.c | 76 #define GREETING_MESSAGE_INFO "[BlinkyApp] Red led blinks with 1 sec period\r\n" 80 #define GREETING_MESSAGE_INFO "[BlinkyApp] Red led blinks with 0.25 sec period\r\n"
|
D | Readme.md | 154 [BlinkyApp] Red led blinks with 1 sec period 165 [BlinkyApp] Red led blinks with 0.25 sec period
|
/mcuboot-latest/docs/ |
D | ecdsa.md | 29 period:
|
/mcuboot-latest/boot/zephyr/ |
D | io.c | 157 /* If not pressed OR if pressed > debounce period, stop. */ in io_detect_pin()
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/ |
D | mcuboot_crypto_config.h | 143 * the date should be correct). This is used to verify the validity period of 1778 * only meant for a transitory upgrade period and is likely to be removed in
|
/mcuboot-latest/boot/espressif/include/crypto_config/ |
D | mbedtls_custom_config.h | 144 * the date should be correct). This is used to verify the validity period of
|