Searched refs:ct (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral/src/ |
D | cts.c | 25 static uint8_t ct[10]; variable 39 sizeof(ct)); in read_ct() 48 if (offset + len > sizeof(ct)) { in write_ct() 64 read_ct, write_ct, ct), 98 generate_current_time(ct); in cts_init() 108 bt_gatt_notify(NULL, &cts_cvs.attrs[1], &ct, sizeof(ct)); in cts_notify()
|
/Zephyr-Core-3.4.0/subsys/sip_svc/ |
D | sip_svc_subsys.c | 126 static inline bool is_sip_svc_controller(void *ct) in is_sip_svc_controller() argument 128 if (ct == NULL) { in is_sip_svc_controller() 134 if ((void *)ctrl == ct) { in is_sip_svc_controller() 158 uint32_t sip_svc_register(void *ct, void *priv_data) in sip_svc_register() argument 163 if (ct == NULL || !is_sip_svc_controller(ct)) { in sip_svc_register() 167 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_register() 190 int sip_svc_unregister(void *ct, uint32_t c_token) in sip_svc_unregister() argument 195 if (ct == NULL || !is_sip_svc_controller(ct)) { in sip_svc_unregister() 199 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_unregister() 264 int sip_svc_open(void *ct, uint32_t c_token, k_timeout_t k_timeout) in sip_svc_open() argument [all …]
|
D | sip_svc_shell.c | 31 struct sip_svc_controller *ct = (struct sip_svc_controller *)(*ctrl); in parse_common_args() local 33 if (!ct->init) { in parse_common_args()
|
/Zephyr-Core-3.4.0/samples/userspace/shared_mem/src/ |
D | enc.c | 49 char ct; in enig_enc() local 92 ct = index_to_char(tmpIndex); in enig_enc() 94 printk("EE CT: %02x\n", ct); in enig_enc() 98 return ct; in enig_enc()
|
D | main.h | 25 void ct(void);
|
D | main.c | 166 (k_thread_entry_t)ct, NULL, NULL, NULL, in main() 285 void ct(void) in ct() function
|
/Zephyr-Core-3.4.0/boards/posix/native_posix/ |
D | timer_model.c | 330 char ct[30]; in hwtimer_adjust_rt_ratio() local 334 us_time_to_str(ct, current_stime); in hwtimer_adjust_rt_ratio() 341 __func__, ct, s_diff, in hwtimer_adjust_rt_ratio()
|
/Zephyr-Core-3.4.0/scripts/west_commands/zspdx/ |
D | walker.py | 456 for ct in cfgTargets: 457 if ct.name == depName: 459 if len(ct.target.artifacts) == 0: 463 depAbspath = os.path.join(pkg.cfg.relativeBaseDir, ct.target.artifacts[0])
|
/Zephyr-Core-3.4.0/boards/arm/mimxrt1050_evk/ |
D | mimxrt1050_evk.dts | 92 compatible = "rocktech,rk043fn02h-ct";
|
/Zephyr-Core-3.4.0/boards/arm/mimxrt1060_evk/ |
D | mimxrt1060_evk.dts | 99 compatible = "rocktech,rk043fn02h-ct";
|
/Zephyr-Core-3.4.0/boards/arm/mimxrt1064_evk/ |
D | mimxrt1064_evk.dts | 100 compatible = "rocktech,rk043fn02h-ct";
|