Line data Source code
1 0 : /* 2 : * Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> 3 : * SPDX-License-Identifier: Apache-2.0 4 : */ 5 : 6 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_RPI_PICO_H_ 7 : #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_RPI_PICO_H_ 8 : 9 0 : #define REGULATOR_RPI_PICO_MODE_NORMAL 0x0 10 0 : #define REGULATOR_RPI_PICO_MODE_HI_Z 0x2 11 : 12 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_RPI_PICO_H_ */