/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_gpio.h | 112 * @brief Enumerator used for selecting the pin to sense high or low level on the pin input. 116 NRF_GPIO_PIN_NOSENSE = GPIO_PIN_CNF_SENSE_Disabled, ///< Pin sense level disabled. 117 NRF_GPIO_PIN_SENSE_LOW = GPIO_PIN_CNF_SENSE_Low, ///< Pin sense low level. 118 NRF_GPIO_PIN_SENSE_HIGH = GPIO_PIN_CNF_SENSE_High, ///< Pin sense high level. 130 …* Sense capability on the pin is disabled and input is disconnected from the buffer as the p… 145 …* Sense capability on the pin is disabled and input is connected to buffer so that the GPIO… 161 * @param sense Pin sensing mechanism. 169 nrf_gpio_pin_sense_t sense); 177 …* @note Sense capability on the pin is disabled and input is disconnected from the buffer as the … 188 …* @note Sense capability on the pin is disabled and input is connected to buffer so that the GPIO… [all …]
|
H A D | nrf_nfct.h | 59 …(NRF_NFCT_Type, TASKS_SENSE), /**< Enable the NFC sense field mode, change state to sense m… 94 …HORTS_FIELDLOST_SENSE_Msk, /**< Shortcut between the FIELDLOST event and the SENSE task. */
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_gpiote.c | 538 nrf_gpiote_event_configure((uint32_t)channel, pin, p_config->sense); in nrfx_gpiote_in_init() 543 GPIOTE_CH_NUM] |= (p_config->sense) << SENSE_FIELD_POS; in nrfx_gpiote_in_init() 566 nrf_gpio_pin_sense_t sense; in nrfx_gpiote_in_event_enable() local 569 /* read current pin state and set for next sense to oposit */ in nrfx_gpiote_in_event_enable() 570 sense = (nrf_gpio_pin_read(pin)) ? in nrfx_gpiote_in_event_enable() 575 sense = (polarity == NRF_GPIOTE_POLARITY_LOTOHI) ? in nrfx_gpiote_in_event_enable() 578 nrf_gpio_cfg_sense_set(pin, sense); in nrfx_gpiote_in_event_enable() 751 nrf_gpio_pin_sense_t sense = nrf_gpio_pin_sense_get(pin); in nrfx_gpiote_irq_handler() local 753 if ((pin_state && (sense == NRF_GPIO_PIN_SENSE_HIGH)) || in nrfx_gpiote_irq_handler() 754 (!pin_state && (sense == NRF_GPIO_PIN_SENSE_LOW)) ) in nrfx_gpiote_irq_handler() [all …]
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_gpiote.h | 53 nrf_gpiote_polarity_t sense; /**< Transition that triggers interrupt. */ member 67 .sense = NRF_GPIOTE_POLARITY_LOTOHI, \ 77 .sense = NRF_GPIOTE_POLARITY_HITOLO, \ 87 .sense = NRF_GPIOTE_POLARITY_TOGGLE, \ 98 .sense = NRF_GPIOTE_POLARITY_LOTOHI, \ 110 .sense = NRF_GPIOTE_POLARITY_HITOLO, \ 122 .sense = NRF_GPIOTE_POLARITY_TOGGLE, \ 308 * In low accuracy mode SENSE feature is used. In this case only one active pin 311 * For more information about SENSE functionality, refer to Product Specification. 337 * enables an IN_EVENT. Otherwise, the function enables the GPIO sense mechanism.
|
H A D | nrfx_nfct.h | 339 * - 116. NFCT does not release HFCLK when switching from ACTIVATED to SENSE mode. 348 * - 116. NFCT does not release HFCLK when switching from ACTIVATED to SENSE mode.
|
/nrf52832-nimble/drivers/ |
H A D | drv_gpio.c | 149 /* Store current SENSE setting */ in nrf_gpio_irq_handler() 158 * SENSE values are 0x02 for high and 0x03 for low, so bit #0 is the in nrf_gpio_irq_handler() 169 * Toggle sense to clear interrupt or allow detection of opposite edge in nrf_gpio_irq_handler() 183 * Call handler in case SENSE configuration matches requested one or in nrf_gpio_irq_handler() 386 * Always set initial SENSE to opposite of current pin state to avoid in nrf_pin_irq_enable()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 490 higher value makes more sense, whereas if the node sends 492 increment) can make sense. When the stack gets initialized it 502 messages frequently it may make sense to have this set to a 504 value as low as 0 (write immediately) may make sense. Note that
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | udisk.c | 191 rt_uint8_t max_lun, *sector, sense[18], inquiry[36]; in rt_udisk_run() local 247 ret = rt_usbh_storage_request_sense(intf, sense); in rt_udisk_run()
|
H A D | mass.c | 370 * This function will execute SCSI_REQUEST_SENSE command to get sense data. 373 * @param buffer the data buffer to save sense data
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 115 platforms. In this sense, instead of penalizing all library users with 185 him/herself without knowing the MAC key. In this sense, to attack the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | init.c | 133 #error "MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS doesn't make sense since each struct ip_reassdata m… 289 #error "LWIP_HOOK_MEMP_AVAILABLE doesn't make sense with MEMP_MEM_MALLOC"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | init.c | 137 …#error "MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS doesn't make sense since each struct ip_reassdata … 294 #error "LWIP_HOOK_MEMP_AVAILABLE doesn't make sense with MEMP_MEM_MALLOC"
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | cmac_mode.h | 50 * sense, to attack the collision property of AES128-CMAC, an
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | sntp_opts.h | 118 * Although not strictly required, it makes sense to combine this option with
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf9160_bitfields.h | 1439 /* Description: Event generated from multiple input GPIO pins with SENSE mechanism enabled */ 1441 /* Bit 0 : Event generated from multiple input GPIO pins with SENSE mechanism enabled */ 4178 …ister indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers */ 4180 /* Bit 31 : Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write '1' to … 4186 /* Bit 30 : Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write '1' to … 4192 /* Bit 29 : Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write '1' to … 4198 /* Bit 28 : Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write '1' to … 4204 /* Bit 27 : Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write '1' to … 4210 /* Bit 26 : Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write '1' to … 4216 /* Bit 25 : Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write '1' to … [all …]
|
H A D | nrf52810_bitfields.h | 1855 /* Description: Event generated from multiple input GPIO pins with SENSE mechanism enabled */ 3595 …ister indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers */ 3597 /* Bit 31 : Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write '1' to … 3603 /* Bit 30 : Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write '1' to … 3609 /* Bit 29 : Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write '1' to … 3615 /* Bit 28 : Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write '1' to … 3621 /* Bit 27 : Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write '1' to … 3627 /* Bit 26 : Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write '1' to … 3633 /* Bit 25 : Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write '1' to … 3639 /* Bit 24 : Status on whether PIN24 has met criteria set in PIN_CNF24.SENSE register. Write '1' to … [all …]
|
H A D | nrf52_bitfields.h | 4145 /* Bit 1 : Shortcut between FIELDLOST event and SENSE task */ 6328 …ister indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers */ 6330 /* Bit 31 : Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write '1' to … 6336 /* Bit 30 : Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write '1' to … 6342 /* Bit 29 : Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write '1' to … 6348 /* Bit 28 : Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write '1' to … 6354 /* Bit 27 : Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write '1' to … 6360 /* Bit 26 : Status on whether PIN26 has met criteria set in PIN_CNF26.SENSE register. Write '1' to … 6366 /* Bit 25 : Status on whether PIN25 has met criteria set in PIN_CNF25.SENSE register. Write '1' to … 6372 /* Bit 24 : Status on whether PIN24 has met criteria set in PIN_CNF24.SENSE register. Write '1' to … [all …]
|
H A D | nrf52840_bitfields.h | 1891 /* Description: Event generated from multiple input GPIO pins with SENSE mechanism enabled */ 4044 /* Description: Enable NFC sense field mode, change state to sense mode */ 4192 /* Bit 1 : Shortcut between FIELDLOST event and SENSE task */ 4547 #define NFCT_NFCTAGSTATE_NFCTAGSTATE_Disabled (0UL) /*!< Disabled or sense */ 6414 …ister indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers */ 6416 /* Bit 31 : Status on whether PIN31 has met criteria set in PIN_CNF31.SENSE register. Write '1' to … 6422 /* Bit 30 : Status on whether PIN30 has met criteria set in PIN_CNF30.SENSE register. Write '1' to … 6428 /* Bit 29 : Status on whether PIN29 has met criteria set in PIN_CNF29.SENSE register. Write '1' to … 6434 /* Bit 28 : Status on whether PIN28 has met criteria set in PIN_CNF28.SENSE register. Write '1' to … 6440 /* Bit 27 : Status on whether PIN27 has met criteria set in PIN_CNF27.SENSE register. Write '1' to … [all …]
|
H A D | nrf52810.svd | 10747 …<description>Event generated from multiple input GPIO pins with SENSE mechanism enabled</descripti… 30977 …ndicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers</descrip… 30983 …<description>Status on whether PIN0 has met criteria set in PIN_CNF0.SENSE register. Write '1' to … 31001 …<description>Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write '1' to … 31019 …<description>Status on whether PIN2 has met criteria set in PIN_CNF2.SENSE register. Write '1' to … 31037 …<description>Status on whether PIN3 has met criteria set in PIN_CNF3.SENSE register. Write '1' to … 31055 …<description>Status on whether PIN4 has met criteria set in PIN_CNF4.SENSE register. Write '1' to … 31073 …<description>Status on whether PIN5 has met criteria set in PIN_CNF5.SENSE register. Write '1' to … 31091 …<description>Status on whether PIN6 has met criteria set in PIN_CNF6.SENSE register. Write '1' to … 31109 …<description>Status on whether PIN7 has met criteria set in PIN_CNF7.SENSE register. Write '1' to … [all …]
|
H A D | nrf9160.svd | 13178 …<description>Event generated from multiple input GPIO pins with SENSE mechanism enabled</descripti… 13184 …<description>Event generated from multiple input GPIO pins with SENSE mechanism enabled</descripti… 34309 …ndicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers</descrip… 34315 …<description>Status on whether PIN0 has met criteria set in PIN_CNF0.SENSE register. Write '1' to … 34333 …<description>Status on whether PIN1 has met criteria set in PIN_CNF1.SENSE register. Write '1' to … 34351 …<description>Status on whether PIN2 has met criteria set in PIN_CNF2.SENSE register. Write '1' to … 34369 …<description>Status on whether PIN3 has met criteria set in PIN_CNF3.SENSE register. Write '1' to … 34387 …<description>Status on whether PIN4 has met criteria set in PIN_CNF4.SENSE register. Write '1' to … 34405 …<description>Status on whether PIN5 has met criteria set in PIN_CNF5.SENSE register. Write '1' to … 34423 …<description>Status on whether PIN6 has met criteria set in PIN_CNF6.SENSE register. Write '1' to … [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | init.c | 112 …#error "MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS doesn't make sense since each struct ip_reassdata …
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | sockets.h | 192 * increase the cost (in some sense) of the service. In many networks
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | sockets.h | 309 * increase the cost (in some sense) of the service. In many networks
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | sockets.h | 358 * increase the cost (in some sense) of the service. In many networks
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | kconfiglib.py | 2830 # the sense that changing the value of the item might affect the value 2996 # parent dependency. This makes sense as the value (mode) of the choice 3227 within choices in "y" mode. This matches the C tools, and makes sense for 3473 # Checking all values here instead makes more sense for us. It 4155 magically change type to BOOL. This matches the C tools, and makes sense 5512 # choice symbol in a sense. When a choice is "entered" via a choice symbol
|