/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_phy_trace.h | 46 ble_phy_trace_u32(unsigned id, uint32_t p1) in ble_phy_trace_u32() 52 ble_phy_trace_u32x2(unsigned id, uint32_t p1, uint32_t p2) in ble_phy_trace_u32x2() 58 ble_phy_trace_u32x3(unsigned id, uint32_t p1, uint32_t p2, uint32_t p3) in ble_phy_trace_u32x3()
|
H A D | ble_ll_trace.h | 51 ble_ll_trace_u32(unsigned id, uint32_t p1) in ble_ll_trace_u32() 57 ble_ll_trace_u32x2(unsigned id, uint32_t p1, uint32_t p2) in ble_ll_trace_u32x2() 63 ble_ll_trace_u32x3(unsigned id, uint32_t p1, uint32_t p2, uint32_t p3) in ble_ll_trace_u32x3()
|
/nrf52832-nimble/nordic/nrfx/drivers/ |
H A D | nrfx_common.h | 80 #define NRFX_CONCAT_2(p1, p2) NRFX_CONCAT_2_(p1, p2) argument 85 #define NRFX_CONCAT_2_(p1, p2) p1 ## p2 argument 103 #define NRFX_CONCAT_3(p1, p2, p3) NRFX_CONCAT_3_(p1, p2, p3) argument 108 #define NRFX_CONCAT_3_(p1, p2, p3) p1 ## p2 ## p3 argument
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_trace_api.h | 64 os_trace_api_u32x2(unsigned id, uint32_t p0, uint32_t p1) in os_trace_api_u32x2() 69 os_trace_api_u32x3(unsigned id, uint32_t p0, uint32_t p1, uint32_t p2) in os_trace_api_u32x3()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/core/ |
H A D | test_pbuf.c | 44 struct pbuf *p1, *p2, *p3; in START_TEST() local 93 struct pbuf *p1, *p2, *p3, *rest2=NULL, *rest3=NULL; in START_TEST() local
|
H A D | test_mem.c | 34 void *p1, *p2; in START_TEST() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/core/ |
H A D | test_pbuf.c | 76 struct pbuf *p1, *p2, *p3; in START_TEST() local 125 struct pbuf *p1, *p2, *p3, *rest2=NULL, *rest3=NULL; in START_TEST() local
|
H A D | test_mem.c | 36 void *p1, *p2; in START_TEST() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/core/ |
H A D | test_mem.c | 34 void *p1, *p2; in START_TEST() local
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_sm_alg.c | 124 uint8_t p1[16], p2[16]; in ble_sm_alg_c1() local
|