Home
last modified time | relevance | path

Searched defs:out (Results 101 – 125 of 131) sorted by relevance

123456

/Zephyr-latest/subsys/net/l2/ppp/
Dfsm.c565 struct net_pkt *out = NULL; in fsm_recv_configure_req() local
/Zephyr-latest/drivers/gpio/
Dgpio_pca953x.c290 uint8_t out; in gpio_pca953x_port_write() local
Dgpio_pca6416.c288 uint16_t out; in gpio_pca6416_port_write() local
Dgpio_ite_it8xxx2_v2.c310 uint8_t out = ECREG(reg_gpdr); in gpio_ite_port_set_masked_raw() local
Dgpio_sx1509b.c433 uint16_t out = ((orig_out & ~mask) | (value & mask)) ^ toggle; in port_write() local
Dgpio_pca_series.c1143 uint32_t out; in gpio_pca_series_port_write() local
/Zephyr-latest/drivers/serial/
Duart_stm32.c661 static void uart_stm32_poll_out_visitor(const struct device *dev, uint16_t out, poll_out_fn set_fn) in uart_stm32_poll_out_visitor()
714 static void poll_out_u8(USART_TypeDef *usart, uint16_t out) in poll_out_u8()
731 static void poll_out_u9(USART_TypeDef *usart, uint16_t out) in poll_out_u9()
/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_nor.c523 const uintptr_t in, void *out) in flash_npcx_nor_ex_op()
Dspi_nor.c825 const uintptr_t in, void *out) in flash_spi_nor_ex_op()
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c66 int out(int c, void *ctx) in out() function
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c449 char out[sizeof("xx:xx:xx:xx:xx:xx:xx:xx")]; in dbg_update_neighbor_lladdr() local
1176 char out[NET_IPV6_ADDR_LEN]; in ns_routing_info() local
Dutils.c304 char *out; in z_vrfy_net_addr_ntop() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dbeacon.c577 uint8_t out[5]; in priv_beacon_decrypt() local
Dfriend.c418 struct net_buf_simple out; in unseg_app_sdu_decrypt() local
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h84 uint32_t out : 1; member
/Zephyr-latest/drivers/sensor/
Dsensor_shell.c282 static int parse_sensor_value(const char *val_str, struct sensor_value *out) in parse_sensor_value()
/Zephyr-latest/include/zephyr/drivers/rtc/
Dmcp7940n.h65 uint8_t out : 1; member
/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c25 static int out(int c, void *dest) in out() function
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2.c567 static int layout3_cur_request(const struct net_buf *const buf, uint32_t *out) in layout3_cur_request()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c114 static int update_attrs(void *ref, struct notification_attrs *out) in update_attrs()
Dlwm2m_message_handling.c882 static int select_writer(struct lwm2m_output_context *out, uint16_t accept) in select_writer()
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c163 static int out(int c, void *dest) in out() function
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c477 uint64_t out = part_a | part_b; in get_nibbles64() local
/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c69 } out; member
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h591 static inline int sensor_decode(struct sensor_decode_context *ctx, void *out, uint16_t max_count) in sensor_decode()

123456