Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_i2c.h643 #define IS_I2C_NO_STRETCH(STRETCH) (((STRETCH) == I2C_NOSTRETCH_DISABLE) || \ argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_i2c.h643 #define IS_I2C_NO_STRETCH(STRETCH) (((STRETCH) == I2C_NOSTRETCH_DISABLE) || \ argument
/external/mtools/
Ddevices.c764 #define STRETCH(floppy) floppy.stretch macro
/external/rust/crates/ash/src/vk/
Dbitflags.rs1152 pub const STRETCH: Self = Self(0b100); constant