Searched refs:LEN (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | util_macro.h | 442 #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/ |
D | audio.c | 540 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()
|
D | usb_audio_internal.h | 69 #define LEN(ch_cnt, prop) (ch_cnt * FEATURE_##prop##_SIZE) macro
|
/Zephyr-Core-3.6.0/drivers/spi/ |
D | spi_xec_qmspi_ldma.c | 545 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/ |
D | mec172x_qspi.h | 405 volatile uint32_t LEN; member
|