Home
last modified time | relevance | path

Searched full:cts (Results 1 – 25 of 104) sorted by relevance

12345

/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h11 * @brief Current Time Service (CTS)
12 * @defgroup bt_cts Current Time Service (CTS)
25 * @brief CTS time update reason bits as defined in the specification
77 * @brief When current time Read request or notification is triggered, CTS uses
79 * must implement it and provide cts formatted current time information
114 * @brief Helper API to decode CTS formatted time into milliseconds since epoch
118 * @param ct_time [IN] cts time formatted time
127 * @brief Helper API to encode milliseconds since epoch to CTS formatted time
131 * @param ct_time [OUT] Pointer to store CTS formatted time
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dmimxrt1020_evk.overlay13 * nRF21540 (P6) P0.07 CTS -> IMXRT1020-EVK (J19) D8 (GPIO B1 07) (RTS)
15 * nRF21540 (P6) P0.05 RTS -> IMXRT1020-EVK (J17) D7 (GPIO B1 06) (CTS)
44 * The lpuart2's CTS pin is mapped to PHY's int-gpio or to SDRAM EMC 20.
45 * As SPINEL UART's implementation required CTS/RTS flow control -
/Zephyr-latest/subsys/bluetooth/services/
Dcts.c25 #include <zephyr/bluetooth/services/cts.h>
28 LOG_MODULE_REGISTER(cts, CONFIG_BT_CTS_LOG_LEVEL);
50 LOG_DBG("CTS Write Time: %d/%d/%d %d:%d:%d", date_time.tm_year, date_time.tm_mon, in bt_cts_time_to_unix_ms()
57 LOG_DBG("CTS Write Unix: %lld", (*unix_ms)); in bt_cts_time_to_unix_ms()
77 LOG_DBG("CTS Read Unix: %lld", unix_ts); in bt_cts_time_from_unix_ms()
84 LOG_DBG("CTS Read Time: %d/%d/%d %d:%d:%d", date_time.tm_year, date_time.tm_mon, in bt_cts_time_from_unix_ms()
111 LOG_INF("CTS Notifications %s", notif_enabled ? "enabled" : "disabled"); in ct_ccc_cfg_changed()
175 "`fill_current_cts_time` callback api is required for functioning of CTS"); in bt_cts_init()
DKconfig.cts12 bool "Helper APIs to encode and decode CTS formatted time"
DKconfig11 rsource "Kconfig.cts"
DCMakeLists.txt6 zephyr_sources_ifdef(CONFIG_BT_CTS cts.c)
/Zephyr-latest/dts/bindings/serial/
Dsilabs,gecko-usart.yaml33 location-cts:
35 description: CTS pin configuration defined as <location port pin>
Dinfineon,cat1-uart.yaml23 PORT pin configuration for TX, RX, RTS, CTS signals.
35 use TX, RX, RTS, CTS
Duart-controller.yaml16 description: Set to enable RTS/CTS flow control at boot time
Drenesas,smartbond-uart.yaml40 description: Set to indicate RTS/CTS flow control is supported.
Datmel,sam0-uart.yaml62 | Value | TX Pin | RTS | CTS |
76 | Value | TX Pin | RTS | CTS |
90 | Value | TX Pin | RTS | CTS |
/Zephyr-latest/boards/shields/arduino_uno_click/boards/
Dnrf9160dk_nrf9160_arduino_uno_click_common.dtsi30 * The default pin group for the nRF9160 DK includes RTS/CTS HW flow
33 * on the same pins, but just removes RTS/CTS from the pin groups.
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt6 For single uart configuration - UART0 TX connected to RX and CTS to RTS
/Zephyr-latest/drivers/serial/
DKconfig.xec23 such as CTS and RTS.
DKconfig.altera23 Enabling this will cause the transmitter to wait for rising edge of CTS before sending.
Duart_pl011_registers.h106 #define PL011_CR_CTSEn BIT(15) /* CTS hw flow control enable */
126 #define PL011_IMSC_CTSMIM BIT(1) /* CTS modem interrupt mask */
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt15 Test requires that two pairs of pins are shortened: TX with RX and CTS with RTS.
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/boards/
Dek_ra8m1.overlay15 /* rx, rts, cts */
/Zephyr-latest/dts/bindings/modem/
Dswir,hl7800.yaml38 mdm-uart-cts-gpios:
/Zephyr-latest/boards/nuvoton/numaker_m2l31ki/
Dnumaker_m2l31ki-pinctrl.dtsi17 /* TX/RX/RTS/CTS/RST --> D1/D0/A2/A3/D2 --> PB3/PB2/PB8/PB9/PC9 */
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dgecko-pinctrl-s1.h59 /** UART CTS */
67 /** UART CTS LOCATION */
/Zephyr-latest/drivers/modem/
DKconfig.hl7800368 int "CTS signal filter time (microseconds)"
371 This value is used to filter the CTS signal from the modem.
372 CTS pulses shorter than this value will be ignored.
/Zephyr-latest/dts/bindings/bluetooth/
Dnxp,bt-hci-uart.yaml28 description: Set to enable RTS/CTS flow control for HCI.
/Zephyr-latest/boards/nuvoton/numaker_pfm_m467/
Dnumaker_pfm_m467-pinctrl.dtsi17 /* TX/RX/RTS/CTS/RST --> D1/D0/A2/A3/D2 --> PB3/PB2/PB8/PB9/PC9 */
/Zephyr-latest/dts/bindings/gpio/
Dsparkfun,micromod-gpio.yaml15 * 2 UART buses. First with RTS and CTS pins, while the 2nd with only

12345