| /subsys/dsp/cmsis/public/ |
| A D | zdsp_backend.h | 190 static inline void zdsp_clip_q7(const q7_t *src, q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7() argument 193 arm_clip_q7(src, dst, low, high, num_samples); in zdsp_clip_q7() 195 static inline void zdsp_clip_q15(const q15_t *src, q15_t *dst, q15_t low, q15_t high, in zdsp_clip_q15() argument 198 arm_clip_q15(src, dst, low, high, num_samples); in zdsp_clip_q15() 200 static inline void zdsp_clip_q31(const q31_t *src, q31_t *dst, q31_t low, q31_t high, in zdsp_clip_q31() argument 203 arm_clip_q31(src, dst, low, high, num_samples); in zdsp_clip_q31() 205 static inline void zdsp_clip_f32(const float32_t *src, float32_t *dst, float32_t low, in zdsp_clip_f32() argument 208 arm_clip_f32(src, dst, low, high, num_samples); in zdsp_clip_f32()
|
| A D | zdsp_backend_f16.h | 65 static inline void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low, in zdsp_clip_f16() argument 68 arm_clip_f16(src, dst, low, high, num_samples); in zdsp_clip_f16()
|
| /subsys/dsp/arcmwdt/public/ |
| A D | zdsp_backend.h | 204 static inline void zdsp_clip_q7(const DSP_DATA q7_t *src, DSP_DATA q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7() argument 207 arm_clip_q7(src, dst, low, high, num_samples); in zdsp_clip_q7() 209 static inline void zdsp_clip_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, q15_t low, in zdsp_clip_q15() argument 212 arm_clip_q15(src, dst, low, high, num_samples); in zdsp_clip_q15() 214 static inline void zdsp_clip_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, q31_t low, in zdsp_clip_q31() argument 217 arm_clip_q31(src, dst, low, high, num_samples); in zdsp_clip_q31() 220 float32_t low, float32_t high, uint32_t num_samples) in zdsp_clip_f32() argument 222 arm_clip_f32(src, dst, low, high, num_samples); in zdsp_clip_f32()
|
| /subsys/net/l2/ethernet/gptp/ |
| A D | gptp.c | 613 interval->low = 0U; in gptp_set_time_itv() 618 interval->low = UINT64_MAX; in gptp_set_time_itv() 624 interval->low = 0U; in gptp_set_time_itv() 633 interval->low = (seconds * (uint64_t)NSEC_PER_SEC) << 16; in gptp_set_time_itv() 636 interval->low >>= -log_msg_interval; in gptp_set_time_itv() 641 if (interval->low >> i) { in gptp_set_time_itv() 648 interval->low = UINT64_MAX; in gptp_set_time_itv() 652 interval->low >> (64 - log_msg_interval); in gptp_set_time_itv() 658 interval->low = 0U; in gptp_set_time_itv() 660 interval->low <<= log_msg_interval; in gptp_set_time_itv() [all …]
|
| A D | gptp_mi.c | 735 global_ds->last_gm_phase_change.low = pss->last_gm_phase_change.low; in gptp_mi_clk_slave_sync_compute() 923 time_helper = state->sync_send_time.low; in gptp_mi_setup_sync_send_time() 925 state->sync_send_time.low += in gptp_mi_setup_sync_send_time() 931 state->sync_send_time.low = in gptp_mi_setup_sync_send_time() 932 UINT64_MAX - state->sync_send_time.low; in gptp_mi_setup_sync_send_time() 1090 && local_time_n.low < local_time_0.low)) { in gptp_compute_gm_rate_ratio() 1116 if (local_time_n.low >= local_time_0.low) { in gptp_compute_gm_rate_ratio() 1117 local_time_n.low -= local_time_0.low; in gptp_compute_gm_rate_ratio() 1120 local_time_n.low = UINT64_MAX - local_time_0.low; in gptp_compute_gm_rate_ratio() 1127 new_gm_rate /= local_time_n.low; in gptp_compute_gm_rate_ratio() [all …]
|
| A D | gptp_md.c | 61 fup->prec_orig_ts_secs_low = htonl(sync_ts->_sec.low); in gptp_md_follow_up_prepare() 74 fup->prec_orig_ts_secs_low = htonl(sync_send->precise_orig_ts._sec.low); in gptp_md_follow_up_prepare() 110 fup->tlv.last_gm_phase_change.low = in gptp_md_follow_up_prepare() 111 ntohll(sync_send->last_gm_phase_change.low); in gptp_md_follow_up_prepare() 147 sync_rcv->precise_orig_ts._sec.low = ntohl(fup->prec_orig_ts_secs_low); in gptp_set_md_sync_receive() 173 sync_rcv->last_gm_phase_change.low = in gptp_set_md_sync_receive() 174 ntohll(fup->tlv.last_gm_phase_change.low); in gptp_set_md_sync_receive()
|
| A D | gptp_messages.c | 903 resp->req_receipt_ts_secs_low = htonl(treq->_sec.low); in gptp_send_pdelay_resp() 926 follow_up->resp_orig_ts_secs_low = htonl(tresp->_sec.low); in gptp_send_pdelay_follow_up()
|
| /subsys/pm/ |
| A D | Kconfig | 11 calls to configure low-power states. 57 entering into system low power mode. 195 devices before entering a low power state. Conversely, after 196 the core wakes up from low power mode all suspended devices
|
| /subsys/bluetooth/host/classic/ |
| A D | at.c | 519 uint32_t low, high; in at_list_get_range() local 522 ret = at_get_number(at, &low); in at_list_get_range() 541 *min = low; in at_list_get_range()
|
| /subsys/logging/backends/ |
| A D | log_backend_swo.c | 54 #error CONFIG_LOG_BACKEND_SWO_FREQ_HZ is too low. SWO clock divider is 16-bit. \
|
| /subsys/bluetooth/controller/coex/ |
| A D | readme.rst | 12 …ticker utilizes a single pin called BLE_GRANT, which active level (high or low) is programmable by…
|
| /subsys/net/ip/ |
| A D | utils.c | 83 uint8_t low = byte & 0x0f; in net_byte_to_hex() local 89 *ptr++ = (low < 10) ? (char) (low + '0') : (char) (low - 10 + base); in net_byte_to_hex()
|
| A D | Kconfig.tcp | 53 To avoid a (low-probability) issue when delayed packets from 60 it is desirable to do so." For low-resource systems, having
|
| /subsys/net/lib/shell/ |
| A D | gptp.c | 374 USCALED_NS_TO_NS(port_ds->half_sync_itv.low) / in gptp_print_port_info() 378 USCALED_NS_TO_NS(port_ds->pdelay_req_itv.low) / in gptp_print_port_info()
|
| /subsys/net/l2/ieee802154/ |
| A D | Kconfig.radio | 41 and fits low duty-cycle contexts where the radio spectrum is not
|
| A D | Kconfig | 8 Add support for low rate WPAN IEEE 802.15.4 technology.
|
| /subsys/task_wdt/ |
| A D | Kconfig | 59 is clocked by an inaccurate low-speed RC oscillator.
|
| /subsys/tracing/ |
| A D | Kconfig | 86 very low-latency. 232 very low-latency.
|
| /subsys/testsuite/ztest/ |
| A D | Kconfig | 107 spin in a loop. This is useful for low power mode tests, where 108 yielding to the idle thread may put the board into a low power state
|
| /subsys/mgmt/ec_host_cmd/ |
| A D | Kconfig | 55 If the priority is too low (high in value), the host commands handler may be unable to
|
| /subsys/ipc/ipc_service/lib/ |
| A D | Kconfig.icmsg | 22 backends basing on icmsg library. This time should be relatively low.
|
| /subsys/net/lib/ptp/ |
| A D | port.c | 191 req->timestamp.host._sec.low = pkt->timestamp._sec.low; in port_delay_req_timestamp_cb() 236 resp->follow_up.precise_origin_timestamp.seconds_low = pkt->timestamp._sec.low; in port_sync_timestamp_cb() 635 resp->delay_resp.receive_timestamp.seconds_low = msg->timestamp.host._sec.low; in port_delay_req_msg_process()
|
| A D | msg.c | 55 msg->timestamp.protocol._sec.low = ntohl(ts->seconds_low); in msg_timestamp_post_recv()
|
| /subsys/bluetooth/controller/ |
| A D | Kconfig.ll_sw_split | 301 bool "CIS creation policy for low latency" 304 Select this option to use low latency policy for CIS creation. This 912 Use low latency non-negotiating event preemption. This reduces 1170 bool "Allow low latency connection intervals" 1172 Allow low latency connection intervals. 1180 Set low latency tIFS value. 1229 bool "Ticker low latency mode"
|
| /subsys/bluetooth/host/ |
| A D | Kconfig | 81 Selects in which context incoming low priority HCI packets are processed. 88 bool "Process low priority HCI packets in the system work queue" 90 When this option is selected, the host will process incoming low priority HCI packets 102 bool "Process low priority HCI packets in the bluetooth-specific work queue" 104 When this option is selected, the host will process incoming low priority HCI packets
|