Lines Matching +full:write +full:- +full:protect
4 * SPDX-License-Identifier: Apache-2.0
19 * @brief NPCX pin-mux configuration structure
22 * pin-muxing and its polarity to enable alternative functionality.
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
52 * protect the flash Status registers.
57 * @brief Get write protection status
59 * @return 1 if write protection is set, 0 otherwise.
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.