Lines Matching +full:supply +full:- +full:controller
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. */
43 * @brief Select i2c port pads of i2c controller
45 * @param controller i2c controller device
48 void npcx_pinctrl_i2c_port_sel(int controller, int port);
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.
89 * @brief Select the I3C module controller or target mode for the mdma
93 * @param enable true to enable target mode, false to controller mode.