Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 26) sorted by relevance

12

/subsys/dsp/cmsis/public/
A Dzdsp_backend.h190 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 Dzdsp_backend_f16.h65 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 Dzdsp_backend.h204 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 Dgptp.c613 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 Dgptp_mi.c735 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 Dgptp_md.c61 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 Dgptp_messages.c903 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 DKconfig11 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 Dat.c519 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 Dlog_backend_swo.c54 #error CONFIG_LOG_BACKEND_SWO_FREQ_HZ is too low. SWO clock divider is 16-bit. \
/subsys/bluetooth/controller/coex/
A Dreadme.rst12 …ticker utilizes a single pin called BLE_GRANT, which active level (high or low) is programmable by…
/subsys/net/ip/
A Dutils.c83 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 DKconfig.tcp53 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 Dgptp.c374 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 DKconfig.radio41 and fits low duty-cycle contexts where the radio spectrum is not
A DKconfig8 Add support for low rate WPAN IEEE 802.15.4 technology.
/subsys/task_wdt/
A DKconfig59 is clocked by an inaccurate low-speed RC oscillator.
/subsys/tracing/
A DKconfig86 very low-latency.
232 very low-latency.
/subsys/testsuite/ztest/
A DKconfig107 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 DKconfig55 If the priority is too low (high in value), the host commands handler may be unable to
/subsys/ipc/ipc_service/lib/
A DKconfig.icmsg22 backends basing on icmsg library. This time should be relatively low.
/subsys/net/lib/ptp/
A Dport.c191 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 Dmsg.c55 msg->timestamp.protocol._sec.low = ntohl(ts->seconds_low); in msg_timestamp_post_recv()
/subsys/bluetooth/controller/
A DKconfig.ll_sw_split301 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 DKconfig81 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

Completed in 62 milliseconds

12