Home
last modified time | relevance | path

Searched defs:pre (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtruntime-frames.h37 #define STRUCT_FIELD(ctype,size,pre,name) .set pre##name, XT_STRUCT_OFFSET; .set XT_STR… argument
38 #define STRUCT_AFIELD(ctype,size,pre,name,n) .set pre##name, XT_STRUCT_OFFSET;\ argument
40 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) .set pre##name, XT_STRUCT_OFFSET\ argument
46 #define STRUCT_FIELD(ctype,size,pre,name) pre##name: .space size argument
47 #define STRUCT_AFIELD(ctype,size,pre,name,n) pre##name: .if n ; .space (size)*(n) ; .endif argument
48 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) .balign align ; pre##name: .if n ; .space (siz… argument
54 #define STRUCT_FIELD(ctype,size,pre,name) ctype name; argument
55 #define STRUCT_AFIELD(ctype,size,pre,name,n) ctype name[n]; argument
56 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) ctype name[n] __attribute__((aligned(align))); argument
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h548 static inline int spi_ll_freq_for_pre_n(int fapb, int pre, int n) in spi_ll_freq_for_pre_n()
583 int pre, n, h, l; in spi_ll_master_cal_clock() local
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h675 static inline int spi_ll_freq_for_pre_n(int fapb, int pre, int n) in spi_ll_freq_for_pre_n()
710 int pre, n, h, l; in spi_ll_master_cal_clock() local
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h665 static inline int spi_ll_freq_for_pre_n(int fapb, int pre, int n) in spi_ll_freq_for_pre_n()
700 int pre, n, h, l; in spi_ll_master_cal_clock() local
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h661 static inline int spi_ll_freq_for_pre_n(int fapb, int pre, int n) in spi_ll_freq_for_pre_n()
696 int pre, n, h, l; in spi_ll_master_cal_clock() local
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h661 static inline int spi_ll_freq_for_pre_n(int fapb, int pre, int n) in spi_ll_freq_for_pre_n()
696 int pre, n, h, l; in spi_ll_master_cal_clock() local
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h667 static inline int spi_ll_freq_for_pre_n(int fapb, int pre, int n) in spi_ll_freq_for_pre_n()
702 int pre, n, h, l; in spi_ll_master_cal_clock() local
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h623 static inline int spi_ll_freq_for_pre_n(int fapb, int pre, int n) in spi_ll_freq_for_pre_n()
658 int pre, n, h, l; in spi_ll_master_cal_clock() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c22 #define PROV_SVC_ADV_RX_CHECK(pre, cur) ((cur) < (pre) ? ((cur) + (UINT32_MAX - (pre)) >= 200) : … argument