Lines Matching +full:enable +full:- +full:inverted
4 * SPDX-License-Identifier: Apache-2.0
19 * @brief NPCX pin-mux configuration structure
22 * pin-muxing and its polarity to enable alternative functionality.
27 uint8_t inverted:1; member
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.
70 void npcx_lvol_set_detect_level(int lvol_ctrl, int lvol_bit, bool enable);
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.
93 * @param enable true to enable target mode, false to controller mode.
95 void npcx_i3c_target_sel(uint8_t module, bool enable);