-
CONFIG_HMC5883L_THREAD_STACK_SIZE
¶
Thread stack size
Type: int
Help¶
Stack size of thread used by the driver to handle interrupts.
Direct dependencies¶
HMC5883L_TRIGGER_OWN_THREAD
&& HMC5883L
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1024 if
HMC5883L_TRIGGER_OWN_THREAD
&&HMC5883L
&&SENSOR
Kconfig definition¶
At drivers/sensor/hmc5883l/Kconfig:75
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:64
Menu path: (top menu) → Device Drivers → Sensor Drivers → HMC5883L magnetometer
config HMC5883L_THREAD_STACK_SIZE int prompt "Thread stack size" ifHMC5883L_TRIGGER_OWN_THREAD
&&HMC5883L
&&SENSOR
default 1024 ifHMC5883L_TRIGGER_OWN_THREAD
&&HMC5883L
&&SENSOR
depends onHMC5883L_TRIGGER_OWN_THREAD
&&HMC5883L
&&SENSOR
help Stack size of thread used by the driver to handle interrupts.
(Definitions include propagated dependencies, including from if’s and menus.)