Home
last modified time | relevance | path

Searched refs:NULL (Results 1 – 4 of 4) sorted by relevance

/hal_telink-3.7.0/tlsr9/common/
Dtypes.h31 #ifndef NULL
32 #define NULL 0 macro
/hal_telink-3.7.0/tlsr9/ble/vendor/controller/
Db91_bt.c47 K_THREAD_DEFINE(ZephyrBleController, BLE_THREAD_STACK_SIZE, b91_bt_controller_thread, NULL, NULL,
48 NULL, BLE_THREAD_PRIORITY, 0, -1);
/hal_telink-3.7.0/tlsr9/drivers/B91/
Dpke.h47 #ifndef NULL
48 #define NULL 0 macro
Dpke.c633 if((NULL != curve->mont_p_h) && (NULL != curve->mont_p_n1)) in pke_x25519_point_mul()