Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/.github/ISSUE_TEMPLATE/
D008_bin-blobs.md14 ## Type section
/Zephyr-latest/drivers/adc/
Dadc_stm32wb0.c320 static inline void ll_adc_set_calib_point_for_any(ADC_TypeDef *ADCx, uint32_t Type, in ll_adc_set_calib_point_for_any()
429 uint32_t Type, uint32_t Range) in configure_calib_point_from_flash()
/Zephyr-latest/arch/x86/zefi/
Defi.h198 uint32_t Type; member
430 uint8_t Type; member
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py206 class Type(enum.IntEnum): class