Searched full:enum (Results 1 – 25 of 2942) sorted by relevance
12345678910>>...118
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | enums.yaml | 4 description: Property enum test 9 int-enum: 11 enum: 16 string-enum: # not tokenizable 18 enum: 22 tokenizable-lower-enum: # tokenizable in lowercase only 24 enum: 28 tokenizable-enum: # tokenizable in lower and uppercase 30 enum: 35 array-enum: [all …]
|
/Zephyr-latest/include/zephyr/drivers/comparator/ |
D | mcux_acmp.h | 16 enum comp_mcux_acmp_offset_mode { 21 enum comp_mcux_acmp_hysteresis_mode { 29 enum comp_mcux_acmp_offset_mode offset_mode; 30 enum comp_mcux_acmp_hysteresis_mode hysteresis_mode; 37 enum comp_mcux_acmp_mux_input { 48 enum comp_mcux_acmp_port_input { 54 enum comp_mcux_acmp_mux_input positive_mux_input; 55 enum comp_mcux_acmp_mux_input negative_mux_input; 56 enum comp_mcux_acmp_port_input positive_port_input; 57 enum comp_mcux_acmp_port_input negative_port_input; [all …]
|
D | nrf_comp.h | 17 enum comp_nrf_comp_psel { 41 enum comp_nrf_comp_extrefsel { 61 enum comp_nrf_comp_refsel { 77 enum comp_nrf_comp_sp_mode { 87 enum comp_nrf_comp_isource { 107 enum comp_nrf_comp_psel psel; 109 enum comp_nrf_comp_sp_mode sp_mode; 111 enum comp_nrf_comp_isource isource; 113 enum comp_nrf_comp_extrefsel extrefsel; 115 enum comp_nrf_comp_refsel refsel; [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv_internal.h | 18 enum bt_mesh_blob_xfer_mode xfer_mode; 23 enum bt_mesh_dfd_status bt_mesh_dfd_srv_receiver_add(struct bt_mesh_dfd_srv *srv, uint16_t addr, 26 enum bt_mesh_dfd_status bt_mesh_dfd_srv_receivers_delete_all(struct bt_mesh_dfd_srv *srv); 28 enum bt_mesh_dfd_status bt_mesh_dfd_srv_start(struct bt_mesh_dfd_srv *srv, 31 enum bt_mesh_dfd_status bt_mesh_dfd_srv_suspend(struct bt_mesh_dfd_srv *srv); 33 enum bt_mesh_dfd_status bt_mesh_dfd_srv_cancel(struct bt_mesh_dfd_srv *srv, 36 enum bt_mesh_dfd_status bt_mesh_dfd_srv_apply(struct bt_mesh_dfd_srv *srv); 38 enum bt_mesh_dfd_status bt_mesh_dfd_srv_fw_delete(struct bt_mesh_dfd_srv *srv, size_t *fwid_len, 41 enum bt_mesh_dfd_status bt_mesh_dfd_srv_fw_delete_all(struct bt_mesh_dfd_srv *srv);
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-feature-unit.yaml | 21 enum: 29 enum: 37 enum: 45 enum: 53 enum: 61 enum: 69 enum: 77 enum: 85 enum: 93 enum: [all …]
|
D | zephyr,uac2-input-terminal.yaml | 31 enum: 37 enum: 43 enum: 49 enum: 55 enum: 61 enum:
|
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/ |
D | vcnl4040.h | 47 enum led_current { 58 enum led_duty_cycle { 65 enum ambient_integration_time { 72 enum proximity_integration_time { 83 enum proximity_type { 90 enum interrupt_type { 102 enum led_current led_i; 103 enum led_duty_cycle led_dc; 104 enum ambient_integration_time als_it; 105 enum proximity_integration_time proxy_it; [all …]
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_msg.h | 27 enum mqtt_sn_qos qos; 31 enum mqtt_sn_topic_type topic_type; 34 enum mqtt_sn_msg_type { 87 enum mqtt_sn_return_code ret_code; 91 enum mqtt_sn_qos qos; 109 enum mqtt_sn_return_code ret_code; 115 enum mqtt_sn_qos qos; 116 enum mqtt_sn_topic_type topic_type; 125 enum mqtt_sn_return_code ret_code; 142 enum mqtt_sn_qos qos; [all …]
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | ads131m02.h | 12 enum ads131m02_adc_mode { 17 enum ads131m02_adc_power_mode { 23 enum ads131m02_gc_delay { 42 int ads131m02_set_adc_mode(const struct device *dev, enum ads131m02_adc_mode mode, 43 enum ads131m02_gc_delay gc_delay); 46 enum ads131m02_adc_power_mode mode);
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | state_machine.h | 26 enum ptp_port_state { 42 enum ptp_port_event { 71 enum ptp_port_state ptp_state_machine(enum ptp_port_state state, 72 enum ptp_port_event event, 84 enum ptp_port_state ptp_tr_state_machine(enum ptp_port_state state, 85 enum ptp_port_event event,
|
/Zephyr-latest/drivers/gnss/gnss_u_blox_protocol/ |
D | gnss_u_blox_protocol_defines.h | 7 /* Referred some enum definitions from file "include/zephyr/drivers/gnss/ublox_neo_m8_defines.h" 14 enum ubx_gnss_id { 24 enum ubx_port_number { 31 enum ubx_dynamic_model { 44 enum ubx_fix_mode { 50 enum ubx_utc_standard { 59 enum ubx_msg_class { 77 enum ubx_ack_message { 82 enum ubx_config_message { 125 enum ubx_information_message { [all …]
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | infineon,xmc4xxx-ethernet.yaml | 29 enum: 39 enum: 48 enum: 55 enum: 66 enum: 79 enum: 88 enum: 98 enum: 107 enum: 116 enum:
|
/Zephyr-latest/include/zephyr/dt-bindings/usb/ |
D | usb.h | 9 /* Ideally we'd generate this enum to match what's coming out of the YAML, 10 * however, we dont have a good way to know how to name such an enum from 11 * the generation point of view, so for now we just hand code the enum. This 12 * enum is expected to match the order in the yaml (dts/bindings/usb/usb.yaml) 15 enum dt_usb_maximum_speed {
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_tty_bottom.h | 23 enum native_tty_bottom_parity { 29 enum native_tty_bottom_stop_bits { 34 enum native_tty_bottom_data_bits { 41 enum native_tty_bottom_flow_control { 47 enum native_tty_bottom_parity parity; 48 enum native_tty_bottom_stop_bits stop_bits; 49 enum native_tty_bottom_data_bits data_bits; 50 enum native_tty_bottom_flow_control flow_ctrl;
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 35 * - :c:enum:`SENSOR_CHAN_ACCEL_X` 36 * - :c:enum:`SENSOR_CHAN_ACCEL_Y` 37 * - :c:enum:`SENSOR_CHAN_ACCEL_Z` 38 * - :c:enum:`SENSOR_CHAN_ACCEL_XYZ` 39 * - :c:enum:`SENSOR_CHAN_GYRO_X` 40 * - :c:enum:`SENSOR_CHAN_GYRO_Y` 41 * - :c:enum:`SENSOR_CHAN_GYRO_Z` 42 * - :c:enum:`SENSOR_CHAN_GYRO_XYZ` 43 * - :c:enum:`SENSOR_CHAN_MAGN_X` 44 * - :c:enum:`SENSOR_CHAN_MAGN_Y` [all …]
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_state.h | 23 enum gptp_pdelay_req_states { 34 enum gptp_pdelay_resp_states { 42 enum gptp_sync_rcv_states { 49 enum gptp_sync_send_states { 56 enum gptp_pss_rcv_states { 62 enum gptp_pss_send_states { 70 enum gptp_site_sync_sync_states { 76 enum gptp_clk_slave_sync_states { 82 enum gptp_pa_rcv_states { 88 enum gptp_pa_info_states { [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | bas.h | 35 enum bt_bas_bcs_flags { 49 enum bt_bas_bls_flags { 64 enum bt_bas_bls_battery_present { 76 enum bt_bas_bls_wired_power_source { 91 enum bt_bas_bls_wireless_power_source { 106 enum bt_bas_bls_battery_charge_state { 124 enum bt_bas_bls_battery_charge_level { 142 enum bt_bas_bls_battery_charge_type { 163 enum bt_bas_bls_charging_fault_reason { 181 enum bt_bas_bls_service_required { [all …]
|
/Zephyr-latest/dts/bindings/tcpc/ |
D | nuvoton,numaker-tcpc.yaml | 27 enum: 35 enum: 43 enum: 51 enum: 59 enum: 67 enum: 75 enum: 83 enum: 91 enum: 106 enum:
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | pacs.h | 70 void bt_pacs_cap_foreach(enum bt_audio_dir dir, 84 int bt_pacs_cap_register(enum bt_audio_dir dir, struct bt_pacs_cap *cap); 96 int bt_pacs_cap_unregister(enum bt_audio_dir dir, struct bt_pacs_cap *cap); 106 int bt_pacs_set_location(enum bt_audio_dir dir, 107 enum bt_audio_location location); 117 int bt_pacs_set_available_contexts(enum bt_audio_dir dir, 118 enum bt_audio_context contexts); 127 enum bt_audio_context bt_pacs_get_available_contexts(enum bt_audio_dir dir); 144 int bt_pacs_conn_set_available_contexts_for_conn(struct bt_conn *conn, enum bt_audio_dir dir, 145 enum bt_audio_context *contexts); [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | at.h | 11 enum at_result { 17 enum at_cme { 44 enum at_state { 57 enum at_cmd_state { 65 enum at_cmd_type { 83 typedef int (*at_finish_cb_t)(struct at_client *at, enum at_result result, 84 enum at_cme cme_err); 89 enum at_cmd_type type); 112 enum at_cmd_type type);
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_internal.h | 44 enum net_verdict (*handler)(struct ppp_context *ctx, 83 enum ppp_protocol_type protocol, 106 const char *ppp_phase_str(enum ppp_phase phase); 107 const char *ppp_state_str(enum ppp_state state); 109 const char *ppp_pkt_type2str(enum ppp_packet_type type); 110 const char *ppp_option2str(enum ppp_protocol_type protocol, int type); 114 void ppp_change_phase(struct ppp_context *ctx, enum ppp_phase new_phase); 115 void ppp_change_state(struct ppp_fsm *fsm, enum ppp_state new_state); 118 enum ppp_phase new_phase, 127 void ppp_change_state_debug(struct ppp_fsm *fsm, enum ppp_state new_state, [all …]
|
/Zephyr-latest/dts/bindings/comparator/ |
D | nxp,kinetis-acmp.yaml | 89 enum: 95 enum: 118 enum: 130 enum: 142 enum: 148 enum: 165 enum: 189 enum: 195 enum: 207 enum: [all …]
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_timer.h | 10 enum updatehub_blk_vars { 18 int updatehub_blk_get(enum updatehub_blk_vars var); 19 void updatehub_blk_inc(enum updatehub_blk_vars var); 20 void updatehub_blk_set(enum updatehub_blk_vars var, int val);
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | friendship_common.h | 9 enum bt_mesh_test_friendship_evt_flags { 20 int bt_mesh_test_friendship_evt_wait(enum bt_mesh_test_friendship_evt_flags evt, 23 void bt_mesh_test_friendship_evt_clear(enum bt_mesh_test_friendship_evt_flags evt); 25 bool bt_mesh_test_friendship_state_check(enum bt_mesh_test_friendship_evt_flags evt);
|
/Zephyr-latest/include/zephyr/drivers/ethernet/ |
D | eth_nxp_enet.h | 31 enum nxp_enet_callback_reason { 37 enum nxp_enet_driver { 44 enum nxp_enet_callback_reason event, 49 enum nxp_enet_callback_reason event, 64 enum nxp_enet_driver dev_type, 65 enum nxp_enet_callback_reason event,
|
12345678910>>...118