Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/doc/connectivity/networking/api/
Dppp.rst3 Point-to-Point Protocol (PPP) Support
13 `Point-to-Point Protocol
14 <https://en.wikipedia.org/wiki/Point-to-Point_Protocol>`_ (PPP) is a data link
Dwifi.rst12 * IEEE802.11 Access Point (AP)
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.has42 bool "Preset Control Point Notifiable support"
46 on the Hearing Aid Preset Control Point characteristic.
DKconfig.mcs208 bool "Support setting Media Control Point"
211 This option enables support for setting Media Control Point.
214 bool "Support reading Media Control Point Opcodes Supported"
217 This option enables support for reading Media Control Point Opcodes Supported.
/Zephyr-latest/subsys/modbus/
DKconfig70 bool "Floating-Point extensions"
73 Enable Floating-Point extensions
/Zephyr-latest/drivers/adc/
Dadc_stm32wb0.c321 uint32_t Range, uint32_t Point) in ll_adc_set_calib_point_for_any() argument
331 __ASSERT(Point == LL_ADC_CALIB_POINT_1 in ll_adc_set_calib_point_for_any()
332 || Point == LL_ADC_CALIB_POINT_2 in ll_adc_set_calib_point_for_any()
333 || Point == LL_ADC_CALIB_POINT_3 in ll_adc_set_calib_point_for_any()
334 || Point == LL_ADC_CALIB_POINT_4, "Point is not valid"); in ll_adc_set_calib_point_for_any()
382 MODIFY_REG(ADCx->COMP_SEL, (ADC_COMP_SEL_OFFSET_GAIN0 << shift), (Point << shift)); in ll_adc_set_calib_point_for_any()
428 static void configure_calib_point_from_flash(ADC_TypeDef *ADCx, uint32_t Point, in configure_calib_point_from_flash() argument
485 LL_ADC_ConfigureCalibPoint(ADCx, Point, gain, offset); in configure_calib_point_from_flash()
/Zephyr-latest/tests/kernel/fpu_sharing/generic/
DREADME.txt1 Title: Shared Floating Point Support
5 The Shared Floating Point Support test uses two tasks to:
/Zephyr-latest/arch/riscv/
DKconfig.isa49 (F) - Standard Extension for Single-Precision Floating-Point
60 (D) - Standard Extension for Double-Precision Floating-Point
84 (Q) - Standard Extension for Quad-Precision Floating-Point
/Zephyr-latest/samples/net/wifi/apsta_mode/
DREADME.rst5 Configure a Wi-Fi board to operate as both an Access Point (AP) and a Station (STA).
11 an Access Point (AP) and a Station (STA) simultaneously.
/Zephyr-latest/modules/cmsis-dsp/
DKconfig75 * Fixed-Point Division
179 * Vector 16-bit Floating-Point Value Conversion
180 * Vector 32-bit Floating-Point Value Conversion
234 * Floating-Point Vectors
/Zephyr-latest/samples/kernel/bootargs/
DREADME.rst98 Jumping to Entry Point: 0x1137 (48 31 c0 48 31 d2 48)
115 Jumping to Entry Point: 0x1137 (48 31 c0 48 31 d2 48)
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst3 Floating Point Services
11 based on ARM Cortex-M SoCs supporting the Floating Point Extension,
13 supporting the Floating Point Extension. The services provided
75 ARM Cortex-M architecture (with the Floating Point Extension)
79 The Shared FP registers mode is the default Floating Point
82 On the ARM Cortex-M architecture with the Floating Point Extension, the kernel
140 The Shared FP registers mode is the default Floating Point
305 Performing Floating Point Arithmetic
/Zephyr-latest/arch/arm/core/mpu/
DKconfig36 Floating Point (FP) context. The width of the guard is set to
/Zephyr-latest/samples/net/sockets/echo/
DREADME.rst81 After having connected to an Access Point using the sample Wi-Fi shell,
/Zephyr-latest/subsys/net/l2/ppp/
DKconfig5 bool "Point-to-point (PPP) support"
/Zephyr-latest/subsys/net/ip/
DKconfig.stats118 bool "Point-to-point (PPP) statistics"
/Zephyr-latest/boards/renesas/ek_ra4m1/doc/
Dindex.rst16 - 48 MHz Arm® Cortex®-M4 core with Floating Point Unit (FPU)
/Zephyr-latest/arch/arm/core/
DKconfig.vfp16 This option signifies the support for a Vectored Floating-Point (VFP)
/Zephyr-latest/boards/qemu/x86/doc/
Dindex.rst160 Jumping to Entry Point: 0x112b (48 31 c0 48 31 d2 48)
/Zephyr-latest/boards/renesas/ek_ra6m1/doc/
Dindex.rst20 - 120 MHz Arm® Cortex®-M4 core with Floating Point Unit (FPU)
/Zephyr-latest/arch/x86/core/
DKconfig.ia3297 menu "Architecture Floating Point Options"
/Zephyr-latest/arch/arm/core/cortex_a_r/
DKconfig164 implementation supporting the Floating-Point Extension.
/Zephyr-latest/drivers/net/
DKconfig13 bool "Point-to-point (PPP) UART based driver"
/Zephyr-latest/boards/adi/max32680evkit/doc/
Dindex.rst78 - DAC Accessed Through SMA Connector or Test Point
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a
42 * New kernel API for per-thread disabling of Floating Point Services for
58 * We enhanced the support for Floating Point Services in Cortex-M
75 * Enhance the support for Floating Point Services
348 * Added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`.
1148 * :github:`15964` - ARM: Cortex-M: enhance Sharing Floating-Point Registers Mode
1292 * :github:`15074` - ARM: Fix/Enhance Floating Point for ARM Cortex-M architecture
1506 * :github:`2856` - Customer: Floating Point samples

12