| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Macros | |
| #define | STACKSIZE 1024 | 
| #define | PRIORITY K_PRIO_COOP(0) | 
| #define | K_FLOAT_DISABLE_SYSCALL_RETVAL -ENOTSUP | 
Functions | |
| K_THREAD_STACK_DEFINE (usr_fp_thread_stack, 1024) | |
| static void | usr_fp_thread_entry_1 (void) | 
| static void | usr_fp_thread_entry_2 (void) | 
| ZTEST (k_float_disable, test_k_float_disable_common) | |
| ZTEST (k_float_disable, test_k_float_disable_syscall) | |
| ZTEST (k_float_disable, test_k_float_disable_irq) | |
| ZTEST_SUITE (k_float_disable, NULL, NULL, NULL, NULL, NULL) | |
Variables | |
| struct k_thread | usr_fp_thread | 
| static ZTEST_BMEM volatile int | ret = TC_PASS | 
| #define K_FLOAT_DISABLE_SYSCALL_RETVAL -ENOTSUP | 
| #define PRIORITY K_PRIO_COOP(0) | 
| #define STACKSIZE 1024 | 
| K_THREAD_STACK_DEFINE | ( | usr_fp_thread_stack | , | 
| 1024 | |||
| ) | 
      
  | 
  static | 
      
  | 
  static | 
| ZTEST | ( | k_float_disable | , | 
| test_k_float_disable_common | |||
| ) | 
| ZTEST | ( | k_float_disable | , | 
| test_k_float_disable_irq | |||
| ) | 
| ZTEST | ( | k_float_disable | , | 
| test_k_float_disable_syscall | |||
| ) | 
| ZTEST_SUITE | ( | k_float_disable | , | 
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | |||
| ) | 
      
  | 
  static | 
| struct k_thread usr_fp_thread |