Lines Matching full:low
32 * @brief NPCX low-voltage configuration structure
35 * low-voltage detection.
38 uint8_t ctrl:5; /** Related register index for low-voltage conf. */
39 uint8_t bit:3; /** Related register bit for low-voltage conf. */
51 * @brief Force the internal SPI flash write-protect pin (WP) to low level to
64 * @brief Enable low-voltage input detection
66 * @param lvol_ctrl Related register index for low-voltage detection
67 * @param lvol_bit Related register bit for low-voltage detection
68 * @param enable True to enable low-voltage input detection, false to disable.
73 * @brief Get status of low-voltage input detection
75 * @param lvol_ctrl Related register index for low-voltage detection
76 * @param lvol_bit Related register bit for low-voltage detection
77 * @return True means the low-voltage power supply is enabled, otherwise disabled.