Home
last modified time | relevance | path

Searched refs:LEN (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/sys/
Dutil_macro.h442 #define LISTIFY(LEN, F, sep, ...) UTIL_CAT(Z_UTIL_LISTIFY_, LEN)(F, sep, __VA_ARGS__) argument
/Zephyr-Core-3.6.0/subsys/usb/device/class/audio/
Daudio.c540 if (*len != LEN(1, MUTE)) { in handle_fu_mute_req()
553 *len = LEN(1, MUTE); in handle_fu_mute_req()
575 if (*len != LEN(1, VOLUME)) { in handle_fu_volume_req()
576 LOG_ERR("*len: %d, LEN(1, VOLUME): %d", *len, LEN(1, VOLUME)); in handle_fu_volume_req()
597 *len = LEN(ch_cnt, VOLUME); in handle_fu_volume_req()
Dusb_audio_internal.h69 #define LEN(ch_cnt, prop) (ch_cnt * FEATURE_##prop##_SIZE) macro
/Zephyr-Core-3.6.0/drivers/spi/
Dspi_xec_qmspi_ldma.c545 regs->LDRX[0].LEN = 0; in q_ldma_cfg()
548 regs->LDTX[0].LEN = 0; in q_ldma_cfg()
574 regs->LDTX[0].LEN = xfrlen; in q_ldma_cfg()
585 regs->LDRX[0].LEN = xfrlen; in q_ldma_cfg()
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/mec172x/reg/
Dmec172x_qspi.h405 volatile uint32_t LEN; member