Searched defs:current_state (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/services/bas/ | 
| D | bas_bcs.c | 68 	bool current_state = (battery_critical_status & BT_BAS_BCS_BATTERY_CRITICAL_STATE) != 0;  in bt_bas_bcs_set_battery_critical_state()  local 85 	bool current_state = (battery_critical_status & BT_BAS_BCS_IMMEDIATE_SERVICE_REQUIRED) != 0;  in bt_bas_bcs_set_immediate_service_required()  local
  | 
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ | 
| D | kernel.c | 37 	int32_t state_before_lock, state_after_lock, current_state;  in lock_unlock_check()  local
  | 
| /Zephyr-latest/tests/boards/nrf/mram_latency/src/ | 
| D | main.c | 19 static volatile uint32_t current_state;  variable
  | 
| /Zephyr-latest/samples/drivers/can/counter/src/ | 
| D | main.c | 36 enum can_state current_state;  variable
  | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_parser.c | 214 int cb_notify(struct http_parser *parser, enum state *current_state, http_cb cb,  in cb_notify() 239 	    enum state *current_state, size_t *parsed, size_t already_parsed,  in cb_data() 813 			enum state *current_state, size_t *parsed,  in zero_content_length()
  | 
| /Zephyr-latest/soc/intel/intel_adsp/common/ | 
| D | ipc.c | 145 	enum pm_device_state current_state;  in intel_adsp_ipc_send_message()  local
  | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_pca953x.c | 115 	uint8_t current_state;  in gpio_pca953x_handle_interrupt()  local
  | 
| D | gpio_pca6416.c | 112 	uint16_t current_state;  in gpio_pca6416_handle_interrupt()  local
  | 
| D | gpio_tca6424a.c | 186 	uint32_t current_state;  in tca6424a_handle_interrupt()  local
  | 
| /Zephyr-latest/drivers/watchdog/ | 
| D | wdt_nxp_fs26.c | 375 	uint32_t current_state;  in fs26_goto_init_fs_state()  local
  | 
| /Zephyr-latest/subsys/usb/usb_c/ | 
| D | usbc_pe_common.c | 1166 	enum usbc_pe_state current_state = pe_get_state(dev);  in pe_sender_response_run()  local
  |