Searched refs:pg (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_port.c | 16 int soc_port_pinmux_set(PortGroup *pg, uint32_t pin, uint32_t func) in soc_port_pinmux_set() argument 26 pg->PMUX[idx].bit.PMUXO = func; in soc_port_pinmux_set() 28 pg->PMUX[idx].bit.PMUXE = func; in soc_port_pinmux_set() 30 pg->PINCFG[pin].bit.PMUXEN = 1; in soc_port_pinmux_set() 37 PortGroup *pg = pin->regs; in soc_port_configure() local 43 pg->PINCFG[pin->pinum] = pincfg; in soc_port_configure() 44 pg->DIRCLR.reg = (1 << pin->pinum); in soc_port_configure() 45 pg->OUTCLR.reg = (1 << pin->pinum); in soc_port_configure() 48 soc_port_pinmux_set(pg, pin->pinum, func); in soc_port_configure() 54 pg->OUTSET.reg = (1 << pin->pinum); in soc_port_configure() [all …]
|
D | soc_port.h | 90 int soc_port_pinmux_set(PortGroup *pg, uint32_t pin, uint32_t func);
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | soc.c | 21 GIRQ_Type *pg; in soc_ecia_init() local 34 pg = &ECIA_REGS->GIRQ08; in soc_ecia_init() 36 pg->EN_CLR = 0xFFFFFFFFul; in soc_ecia_init() 37 pg->SRC = 0xFFFFFFFFul; in soc_ecia_init() 38 pg++; in soc_ecia_init()
|
/Zephyr-latest/boards/shields/waveshare_ups/ |
D | waveshare_pico_ups_b.overlay | 13 pg = <3>;
|
/Zephyr-latest/samples/sensor/ina219/boards/ |
D | blackpill_f411ce.overlay | 17 pg = <0>;
|
/Zephyr-latest/drivers/sensor/ti/ina219/ |
D | ina219.h | 53 uint8_t pg; member
|
D | ina219.c | 85 (cfg->pg & INA219_PG_MASK) << INA219_PG_SHIFT | in ina219_set_config() 293 .pg = DT_INST_PROP(n, pg), \
|
/Zephyr-latest/cmake/linker/ld/gcc/ |
D | linker_flags.cmake | 10 check_set_linker_property(TARGET linker APPEND PROPERTY gprof -pg)
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt11xx_cm4.dtsi | 38 * GPIO3, see pg. 1410 of RT1170 ref manual for example
|
D | nxp_rt11xx_cm7.dtsi | 72 * GPIO3, see pg. 1460 of RT1170 ref manual for example
|
/Zephyr-latest/arch/posix/ |
D | CMakeLists.txt | 139 target_link_options(native_simulator INTERFACE "-pg")
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 226 set_compiler_property(PROPERTY gprof -pg)
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 151 pg = <0>;
|